Skip to content

Commit 151414d

Browse files
author
Gustavo Muniz do Carmo
committed
update requirements
1 parent 5a31609 commit 151414d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/aws/prepare.yml

+1-1
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

0 commit comments

Comments
 (0)