File diff 150ae0c46506 → e75d5d4fba3b
roles/database/molecule/default/prepare.yml
Show inline comments
 
@@ -5,7 +5,7 @@
 
  gather_facts: false
 
  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