From 3273aab3f70f4b62c9a422ee9d1f49dd7a75b9f7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 16 Aug 2023 20:32:52 +0200 Subject: fix some ansible-lint warnings --- .ansible-lint | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .ansible-lint (limited to '.ansible-lint') 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] -- cgit v1.2.3