Update molecule configuration to work with 3.0.

master
Jeff Geerling 2020-02-20 15:54:38 -06:00
parent 541b6affb2
commit 38c07a16e5
1 changed files with 1 additions and 3 deletions

View File

@ -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:
@ -18,5 +18,3 @@ provisioner:
name: ansible name: ansible
playbooks: playbooks:
converge: ${MOLECULE_PLAYBOOK:-converge.yml} converge: ${MOLECULE_PLAYBOOK:-converge.yml}
scenario:
name: default