From 3884eec6ca505c1ddf5bd319ed33fc9860787fe9 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Thu, 5 Nov 2020 16:01:49 -0500 Subject: [PATCH] 0.1.15-DEV-20201105-160108 -------------------------- * FIX: - gitlab ci is apparently getting confused about the role name; adding .ansible-line rule 106 to fix this for now... --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 11b31cb..e9c89bc 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -2,6 +2,7 @@ parseable: true quiet: false skip_list: - '010' + - '106' - '305' - '403' use_default_rules: true