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 4, 2019
1 parent ef9145a commit c270050
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions molecule/alpine-edge/molecule.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
4 changes: 4 additions & 0 deletions molecule/debian-unstable/molecule.yml
Original file line number Diff line number Diff line change
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: debian-unstable

0 comments on commit c270050

Please sign in to comment.