File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
internal/plugins/ansible/v1/scaffolds/internal/templates
testdata/ansible/memcached-operator Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ set +u; source "${ENVDIR}/bin/activate"; set -u
27
27
TMPDIR=" $( mktemp -d) "
28
28
trap_add " rm -rf $TMPDIR " EXIT
29
29
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
31
31
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
33
33
ansible-galaxy collection install ' kubernetes.core:==2.2.0'
34
34
ansible-galaxy collection install ' operator_sdk.util:==0.4.0'
35
+ ansible-galaxy collection install ' community.docker:==3.4.0'
35
36
36
37
header_text " Copying molecule testdata scenarios"
37
38
ROOTDIR=" $( pwd) "
Original file line number Diff line number Diff line change @@ -43,4 +43,6 @@ collections:
43
43
version: "2.3.1"
44
44
- name: cloud.common
45
45
version: "2.1.1"
46
+ - name: community.docker
47
+ version: "3.4.0"
46
48
`
Original file line number Diff line number Diff line change @@ -8,3 +8,5 @@ collections:
8
8
version : " 2.3.1"
9
9
- name : cloud.common
10
10
version : " 2.1.1"
11
+ - name : community.docker
12
+ version : " 3.4.0"
You can’t perform that action at this time.
0 commit comments