Skip to content

Commit 5049e10

Browse files
authored
fix ansible CI (#6325)
Signed-off-by: Bryce Palmer <bpalmer@redhat.com>
1 parent 912231b commit 5049e10

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

hack/tests/e2e-ansible-molecule.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ set +u; source "${ENVDIR}/bin/activate"; set -u
2727
TMPDIR="$(mktemp -d)"
2828
trap_add "rm -rf $TMPDIR" EXIT
2929
pip3 install pyasn1==0.4.7 pyasn1-modules==0.2.6 idna==2.8 ipaddress==1.0.23
30-
pip3 install cryptography==3.3.2 molecule==3.0.2
30+
pip3 install cryptography==3.3.2 molecule==3.6.0
3131
pip3 install ansible-lint yamllint
32-
pip3 install docker==4.2.2 openshift==0.12.1 jmespath
32+
pip3 install docker openshift==0.12.1 jmespath
3333
ansible-galaxy collection install 'kubernetes.core:==2.2.0'
3434
ansible-galaxy collection install 'operator_sdk.util:==0.4.0'
35+
ansible-galaxy collection install 'community.docker:==3.4.0'
3536

3637
header_text "Copying molecule testdata scenarios"
3738
ROOTDIR="$(pwd)"

internal/plugins/ansible/v1/scaffolds/internal/templates/requirements.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ collections:
4343
version: "2.3.1"
4444
- name: cloud.common
4545
version: "2.1.1"
46+
- name: community.docker
47+
version: "3.4.0"
4648
`

testdata/ansible/memcached-operator/requirements.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ collections:
88
version: "2.3.1"
99
- name: cloud.common
1010
version: "2.1.1"
11+
- name: community.docker
12+
version: "3.4.0"

0 commit comments

Comments
 (0)