diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-29 17:33:55 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-08-29 17:33:55 +0200 |
commit | 8dbd2b8ba797a2e4af56129c1dca83afeb032edc (patch) | |
tree | 654191d78b176646feba72fe0444114e426b3877 | |
parent | add dependent services to mount/network interface roles (diff) | |
download | infra-ansible-8dbd2b8ba797a2e4af56129c1dca83afeb032edc.tar.gz infra-ansible-8dbd2b8ba797a2e4af56129c1dca83afeb032edc.zip |
ignore some more ansible-lint warnings
-rw-r--r-- | .ansible-lint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ansible-lint b/.ansible-lint index 2947d6c..727457a 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -6,3 +6,4 @@ skip_list: # These are just plain stupid. - galaxy[version-incorrect] - name[casing] + - yaml[comments] |