We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a31609 commit 151414dCopy full SHA for 151414d
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
0 commit comments