Skip to content

Commit

Permalink
HotFix: so lint fails properly
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitounator committed Feb 23, 2020
1 parent e959cc3 commit eeec528
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions molecule/default-centos7/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ driver:
- nexus-downloads

lint: |
set -e
yamllint .
ansible-lint
flake8
Expand Down
1 change: 1 addition & 0 deletions molecule/default-debian_buster/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ driver:
- nexus-downloads

lint: |
set -e
yamllint .
ansible-lint
flake8
Expand Down
1 change: 1 addition & 0 deletions molecule/default-debian_stretch/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ driver:
- nexus-downloads

lint: |
set -e
yamllint .
ansible-lint
flake8
Expand Down
1 change: 1 addition & 0 deletions molecule/default-ubuntu_16.04/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ driver:
- nexus-downloads

lint: |
set -e
yamllint .
ansible-lint
flake8
Expand Down
1 change: 1 addition & 0 deletions molecule/default-ubuntu_18.04/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ driver:
- nexus-downloads

lint: |
set -e
yamllint .
ansible-lint
flake8
Expand Down
1 change: 1 addition & 0 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ driver:
- nexus-downloads

lint: |
set -e
yamllint .
ansible-lint
flake8
Expand Down

0 comments on commit eeec528

Please sign in to comment.