Skip to content

Commit

Permalink
Use molecule 3.0.8 adviced way of working.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Sep 1, 2020
1 parent ea66fb9 commit 01ebab9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions molecule/default/molecule.yml
Expand Up @@ -7,9 +7,9 @@ dependency:
options:
role-file: requirements.yml
lint: |
PATH=${PATH}
yamllint molecule/default/converge.yml
ansible-lint molecule/default/converge.yml
set -e
yamllint .
ansible-lint tasks/main.yml
driver:
name: docker
platforms:
Expand Down

0 comments on commit 01ebab9

Please sign in to comment.