Skip to content

Commit

Permalink
Set the ansible_python_interpreter to python3.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Oct 3, 2019
1 parent bd81e95 commit a1a21c3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions molecule/alpine-edge/molecule.yml
Expand Up @@ -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
4 changes: 4 additions & 0 deletions molecule/alpine-latest/molecule.yml
Expand Up @@ -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
4 changes: 4 additions & 0 deletions molecule/centos-latest/molecule.yml
Expand Up @@ -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

0 comments on commit a1a21c3

Please sign in to comment.