Skip to content

Commit

Permalink
Molecule 3:
Browse files Browse the repository at this point in the history
{'lint': ['must be of string type']}
  • Loading branch information
robertdebock committed Feb 29, 2020
1 parent 669361c commit e59a867
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions molecule/default/molecule.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ dependency:
name: galaxy
options:
role-file: requirements.yml
lint:
name: yamllint
lint: |
yamllint molecule/default/converge.yml
ansible-lint molecule/default/converge.yml
driver:
name: docker
platforms:
Expand All @@ -23,8 +24,5 @@ provisioner:
bin_ansible_callbacks: yes
verifier:
name: ansible
lint:
name: ansible-lint
enabled: no
scenario:
name: default

0 comments on commit e59a867

Please sign in to comment.