File diff 150ae0c46506 → e75d5d4fba3b
roles/common/molecule/default/prepare.yml
Show inline comments
 
@@ -6,7 +6,7 @@
 
  tasks:
 

	
 
    - name: Install python for Ansible
 
      raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal)
 
      raw: test -e /usr/bin/python3 || (apt -y update && apt install -y python3-minimal)
 
      become: true
 
      changed_when: false