diff --git a/roles/database/molecule/default/prepare.yml b/roles/database/molecule/default/prepare.yml index 55f8d9f94a6942db2f8bb2587db498d8fd20c6e7..97d285fa07e9ac41d87eafcddbc9a37206ffcf59 100644 --- a/roles/database/molecule/default/prepare.yml +++ b/roles/database/molecule/default/prepare.yml @@ -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