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 e6d4248 commit ce83f43
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 @@ -45,6 +45,9 @@ provisioner:
lint:
name: ansible-lint
inventory:
host_vars:
mediawiki-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 @@ -17,6 +17,9 @@ provisioner:
lint:
name: ansible-lint
inventory:
host_vars:
mediawiki-fedora-rawhide:
ansible_python_interpreter: /usr/bin/python3
group_vars:
all:
httpd_ignore_docker: no
Expand Down

0 comments on commit ce83f43

Please sign in to comment.