Skip to content
Snippets Groups Projects
Commit ff24e917 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

test: skip linting for 'package-latest'

parent 30594069
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ driver: ...@@ -7,7 +7,7 @@ driver:
lint: | lint: |
set -e set -e
yamllint . yamllint .
ansible-lint -x no-loop-var-prefix,command-instead-of-module ansible-lint -x no-loop-var-prefix,command-instead-of-module,package-latest
platforms: platforms:
# Check out the documentation at # Check out the documentation at
# https://github.com/ansible-community/molecule-vagrant#documentation # https://github.com/ansible-community/molecule-vagrant#documentation
......
...@@ -7,7 +7,7 @@ driver: ...@@ -7,7 +7,7 @@ driver:
lint: | lint: |
set -e set -e
yamllint . yamllint .
ansible-lint -x no-loop-var-prefix,command-instead-of-module ansible-lint -x no-loop-var-prefix,command-instead-of-module,package-latest
platforms: platforms:
# Check out the documentation at # Check out the documentation at
# https://github.com/ansible-community/molecule-vagrant#documentation # https://github.com/ansible-community/molecule-vagrant#documentation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment