Skip to content

Commit

Permalink
Fix Fedora 30.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Dec 1, 2018
1 parent d91cfb6 commit 0d3720a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ platforms:
provisioner:
name: ansible
inventory:
host_vars:
httpd-fedora-rawhide:
ansible_python_interpreter: /usr/bin/python3
group_vars:
all:
httpd_ignore_docker: no
Expand Down
3 changes: 3 additions & 0 deletions molecule/fedora-rawhide/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ platforms:
provisioner:
name: ansible
inventory:
host_vars:
httpd-fedora-rawhide:
ansible_python_interpreter: /usr/bin/python3
group_vars:
all:
httpd_ignore_docker: no
Expand Down

0 comments on commit 0d3720a

Please sign in to comment.