Skip to content

Commit b777096

Browse files
committed
Update molecule configuration to work with 3.0.
1 parent 36da3f3 commit b777096

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

0 commit comments

Comments
 (0)