Ansible Lint changed a bit.
This commit is contained in:
parent
a97c67a6ae
commit
40d30a92f4
|
|
@ -3,19 +3,19 @@
|
|||
{% if preferencesymlstat.stat.exists or verify.stat.exists %}
|
||||
exclude_paths:
|
||||
{% if preferencesymlstat.stat.exists %}
|
||||
- ./meta/preferences.yml
|
||||
- meta/preferences.yml
|
||||
{% endif %}
|
||||
- ./molecule/default/prepare.yml
|
||||
- ./molecule/default/converge.yml
|
||||
- molecule/default/prepare.yml
|
||||
- molecule/default/converge.yml
|
||||
{% if verify.stat.exists %}
|
||||
- ./molecule/default/verify.yml
|
||||
- molecule/default/verify.yml
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
- ./molecule/default/collections.yml
|
||||
- ./.tox
|
||||
- ./.cache
|
||||
- ./.github
|
||||
- ./requirements.yml
|
||||
- molecule/default/collections.yml
|
||||
- .tox
|
||||
- .cache
|
||||
- .github
|
||||
- requirements.yml
|
||||
|
||||
skip_list:
|
||||
- yaml[truthy]
|
||||
|
|
|
|||
Loading…
Reference in New Issue