Skip to content

Commit 9994c36

Browse files
author
Gustavo Muniz do Carmo
committed
update requirements
1 parent 3868d38 commit 9994c36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

molecule/aws/prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
gather_facts: false
55
tasks:
66
- name: Install python for Ansible
7-
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal python-zipstream)
7+
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal python-zipstream python-apt aptitude)
88
become: true
99
changed_when: false

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ansible==2.8.4
1+
ansible==2.8.6
22
molecule==2.22
33
python-vagrant==0.5.15
44
boto==2.49.0
5-
boto3==1.8.6
6-
docker==4.0.2
5+
boto3==1.10.2
6+
docker==4.1.0

0 commit comments

Comments
 (0)