Skip to content

Commit

Permalink
Fedora uses Python 3 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jun 7, 2019
1 parent 857401e commit 1c4cc56
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,11 @@ provisioner:
converge: ../resources/playbook.yml
lint:
name: ansible-lint
inventory:
host_vars:
at-fedora-latest:
ansible_python_interpreter: /usr/bin/python3
at-fedora-rawhide:
ansible_python_interpreter: /usr/bin/python3
scenario:
name: default
4 changes: 4 additions & 0 deletions molecule/fedora-latest/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ provisioner:
converge: ../resources/playbook.yml
lint:
name: ansible-lint
inventory:
group_vars:
all:
ansible_python_interpreter: /usr/bin/python3
scenario:
name: fedora-latest
4 changes: 4 additions & 0 deletions molecule/fedora-rawhide/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ provisioner:
converge: ../resources/playbook.yml
lint:
name: ansible-lint
inventory:
group_vars:
all:
ansible_python_interpreter: /usr/bin/python3
scenario:
name: fedora-rawhide

0 comments on commit 1c4cc56

Please sign in to comment.