Hi.
The tag load-failure is not skippable.
If you don’t want to lint a file; add it to exclude_paths in your ansible-lint configuration file.
$ cat .config/ansible-lint.yml
---
exclude_paths:
- ".gitlab-ci.yml"
Hi.
The tag load-failure is not skippable.
If you don’t want to lint a file; add it to exclude_paths in your ansible-lint configuration file.
$ cat .config/ansible-lint.yml
---
exclude_paths:
- ".gitlab-ci.yml"