Skip to content
Snippets Groups Projects
Commit 4c45b91b authored by Chris Croome's avatar Chris Croome
Browse files

Ansible lint skip list updated

parent 7dfe8fca
No related branches found
No related tags found
No related merge requests found
Pipeline #24021 passed
---
# https://docs.ansible.com/ansible-lint/rules/default_rules.html
# https://ansible-lint.readthedocs.io/rules/
skip_list:
- jinja[spacing]
- no-changed-when
- schema[meta]
- key-order[task]
- name[template]
# Lines should be no longer than 160 chars
- "204"
# Commands should not change things if nothing needs doing
# - "301"
# chown used in place of argument owner to file module
# - "302"
# Shells that use pipes should set the pipefail option
# - "306"
# Tasks that run when changed should likely be handlers
# - "503"
- no-changed-when
- package-latest
- schema[meta]
# vim: syntax=yaml
...
......@@ -71,6 +71,7 @@
ansible.builtin.apt:
pkg:
- icinga2
- icinga2-bin
- icinga2-common
- vim-icinga2
state: latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment