mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-11-08 12:53:30 +01:00
Update molecule configuration to work with 3.0.
This commit is contained in:
parent
b2b7e4dd58
commit
2a580b2621
1 changed files with 1 additions and 3 deletions
|
@ -3,7 +3,7 @@ dependency:
|
|||
name: galaxy
|
||||
driver:
|
||||
name: docker
|
||||
lint:
|
||||
lint: |
|
||||
yamllint .
|
||||
ansible-lint
|
||||
platforms:
|
||||
|
@ -18,5 +18,3 @@ provisioner:
|
|||
name: ansible
|
||||
playbooks:
|
||||
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|
||||
scenario:
|
||||
name: default
|
||||
|
|
Loading…
Reference in a new issue