We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3868d38 commit 9994c36Copy full SHA for 9994c36
molecule/aws/prepare.yml
@@ -4,6 +4,6 @@
4
gather_facts: false
5
tasks:
6
- name: Install python for Ansible
7
- raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal python-zipstream)
+ raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal python-zipstream python-apt aptitude)
8
become: true
9
changed_when: false
requirements.txt
@@ -1,6 +1,6 @@
1
-ansible==2.8.4
+ansible==2.8.6
2
molecule==2.22
3
python-vagrant==0.5.15
boto==2.49.0
-boto3==1.8.6
-docker==4.0.2
+boto3==1.10.2
+docker==4.1.0
0 commit comments