Skip to content

Commit fc038e3

Browse files
joelanfordasmacdo
andauthored
Ansible: pin community-kubernetes to <1.0.0 in tests to match ansible project scaffold (#4014)
Co-authored-by: Austin Macdonald <[email protected]>
1 parent 0c46569 commit fc038e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

hack/tests/e2e-ansible-molecule.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pip3 install --user pyasn1==0.4.7 pyasn1-modules==0.2.6 idna==2.8 ipaddress==1.0
1515
pip3 install --user molecule==3.0.2
1616
pip3 install --user ansible-lint yamllint
1717
pip3 install --user docker==4.2.2 openshift jmespath
18-
ansible-galaxy collection install community.kubernetes
18+
ansible-galaxy collection install 'community.kubernetes:<1.0.0'
1919

2020
setup_envs $tmp_sdk_root
2121

test/ansible/requirements.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
collections:
2-
- community.kubernetes
2+
- name: community.kubernetes
3+
version: <1.0.0
34
- operator_sdk.util

0 commit comments

Comments
 (0)