commit 5f89cf0e03dfa3f2aa6e664969dbc2b5a50b293b parent 3843e6a5221a07b986a5ce97433ea4118fb8f11d Author: Anders Hedman <anders.hedman01@gmail.com> Date: Thu, 13 Apr 2023 16:17:01 +0200 config: Added ansible-lint Diffstat:
A | .config/ansible-lint.yml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.config/ansible-lint.yml b/.config/ansible-lint.yml @@ -0,0 +1,5 @@ +profile: production +skip_list: + - yaml[line-length] + - name[missing] + - name[play]