Commit 514769b9 authored by Jeff Geerling's avatar Jeff Geerling

Update molecule configuration to work with 3.0.

parent c4f7e35c
...@@ -3,7 +3,7 @@ dependency: ...@@ -3,7 +3,7 @@ dependency:
name: galaxy name: galaxy
driver: driver:
name: docker name: docker
lint: lint: |
yamllint . yamllint .
ansible-lint ansible-lint
platforms: platforms:
...@@ -19,5 +19,3 @@ provisioner: ...@@ -19,5 +19,3 @@ provisioner:
name: ansible name: ansible
playbooks: playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml} converge: ${MOLECULE_PLAYBOOK:-converge.yml}
scenario:
name: default
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment