diff options
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] |