Skip to content

Commit

Permalink
Update vagrant tests to use fedora-30.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
robertdebock committed Jun 11, 2019
1 parent 9b6a76b commit 8fc9e01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion molecule/vagrant/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ platforms:
- name: rsyslog-debian
box: debian/stretch64
- name: rsyslog-fedora
box: fedora/29-cloud-base
box: fedora/30-cloud-base
provisioner:
name: ansible
playbooks:
prepare: ../resources/prepare.yml
converge: ../resources/playbook.yml
lint:
name: ansible-lint
inventory:
host_vars:
rsyslog-fedora:
ansible_python_interpreter: /usr/bin/python3
scenario:
name: vagrant

0 comments on commit 8fc9e01

Please sign in to comment.