Skip to content

Commit 514769b

Browse files
committed
Update molecule configuration to work with 3.0.
1 parent c4f7e35 commit 514769b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

molecule/default/molecule.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependency:
33
name: galaxy
44
driver:
55
name: docker
6-
lint:
6+
lint: |
77
yamllint .
88
ansible-lint
99
platforms:
@@ -19,5 +19,3 @@ provisioner:
1919
name: ansible
2020
playbooks:
2121
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
22-
scenario:
23-
name: default

0 commit comments

Comments
 (0)