diff --git a/molecule/alpine-edge/molecule.yml b/molecule/alpine-edge/molecule.yml index f3bb1d1..f0b71d8 100644 --- a/molecule/alpine-edge/molecule.yml +++ b/molecule/alpine-edge/molecule.yml @@ -21,5 +21,9 @@ provisioner: defaults: stdout_callback: yaml bin_ansible_callbacks: true + inventory: + group_vars: + all: + ansible_python_interpreter: /usr/bin/python3 scenario: name: alpine-edge diff --git a/molecule/alpine-latest/molecule.yml b/molecule/alpine-latest/molecule.yml index d625097..3020903 100644 --- a/molecule/alpine-latest/molecule.yml +++ b/molecule/alpine-latest/molecule.yml @@ -21,5 +21,9 @@ provisioner: defaults: stdout_callback: yaml bin_ansible_callbacks: true + inventory: + group_vars: + all: + ansible_python_interpreter: /usr/bin/python3 scenario: name: alpine-latest diff --git a/molecule/centos-latest/molecule.yml b/molecule/centos-latest/molecule.yml index bf4af97..f9a2fa1 100644 --- a/molecule/centos-latest/molecule.yml +++ b/molecule/centos-latest/molecule.yml @@ -20,5 +20,9 @@ provisioner: defaults: stdout_callback: yaml bin_ansible_callbacks: true + inventory: + group_vars: + all: + ansible_python_interpreter: /usr/bin/python3 scenario: name: centos-latest