diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-16 20:32:52 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-16 20:32:52 +0200 |
commit | 3273aab3f70f4b62c9a422ee9d1f49dd7a75b9f7 (patch) | |
tree | f1e0e6940ef06badbfe7ff1cb4fa9b5c6d6e6eed /.ansible-lint | |
parent | v0.0.15 (diff) | |
download | infra-ansible-3273aab3f70f4b62c9a422ee9d1f49dd7a75b9f7.tar.gz infra-ansible-3273aab3f70f4b62c9a422ee9d1f49dd7a75b9f7.zip |
fix some ansible-lint warnings
Diffstat (limited to '.ansible-lint')
-rw-r--r-- | .ansible-lint | 8 |
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] |