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 fdb23d6 commit f07044b
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: ca-debian
box: debian/stretch64
- name: ca-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:
ca-fedora:
ansible_python_interpreter: /usr/bin/python3
scenario:
name: vagrant

0 comments on commit f07044b

Please sign in to comment.