summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/zabbix/.ansible-lint
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/zabbix/.ansible-lint')
-rw-r--r--ansible_collections/community/zabbix/.ansible-lint10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible_collections/community/zabbix/.ansible-lint b/ansible_collections/community/zabbix/.ansible-lint
new file mode 100644
index 00000000..dca5850a
--- /dev/null
+++ b/ansible_collections/community/zabbix/.ansible-lint
@@ -0,0 +1,10 @@
+---
+exclude_paths:
+- ${HOME}/.cache/
+
+skip_list:
+- command-instead-of-shell # Use shell only when shell functionality is required
+- experimental # all rules tagged as experimental
+- meta-no-info # meta/main.yml should contain relevant info
+- no-handler # Tasks that run when changed should likely be handlers
+- unnamed-task # All tasks should be named