From 671742d3bb41140b16adcc6826c59bef9acc6424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Wed, 16 Sep 2020 11:19:06 +0200 Subject: [PATCH] Update .ansible-lint Excluding lint check as this is only a concern in CI and not in ansible-galaxy: [106](https://ansible-lint.readthedocs.io/en/latest/default_rules.html#role-name-does-not-match-a-z-a-z0-9-pattern) - this is only in CI --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 9d13cee..14c0d79 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,3 +1,4 @@ --- skip_list: +- '106' - '204'