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 1c4cc56 commit 6452ece
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: at-debian
box: debian/stretch64
- name: at-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:
at-fedora:
ansible_python_interpreter: /usr/bin/python3
scenario:
name: vagrant

0 comments on commit 6452ece

Please sign in to comment.