aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ansible-lint
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-16 20:32:52 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-16 20:32:52 +0200
commit3273aab3f70f4b62c9a422ee9d1f49dd7a75b9f7 (patch)
treef1e0e6940ef06badbfe7ff1cb4fa9b5c6d6e6eed /.ansible-lint
parentv0.0.15 (diff)
downloadinfra-ansible-3273aab3f70f4b62c9a422ee9d1f49dd7a75b9f7.tar.gz
infra-ansible-3273aab3f70f4b62c9a422ee9d1f49dd7a75b9f7.zip
fix some ansible-lint warnings
Diffstat (limited to '.ansible-lint')
-rw-r--r--.ansible-lint8
1 files changed, 8 insertions, 0 deletions
diff --git a/.ansible-lint b/.ansible-lint
new file mode 100644
index 0000000..2947d6c
--- /dev/null
+++ b/.ansible-lint
@@ -0,0 +1,8 @@
+skip_list:
+ # No, the changelog is not required, it works perfectly fine without it.
+ - galaxy[no-changelog]
+ # Tags are not required either.
+ - galaxy[tags]
+ # These are just plain stupid.
+ - galaxy[version-incorrect]
+ - name[casing]