From 19e545bcc5a3848888c41f0cde7c9e74fb761503 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 20 Aug 2020 19:23:29 -0500 Subject: [PATCH] Ignore the tyranny of ansible-lint rule 106. --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index f7ae1c6..e42fb80 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,3 +1,4 @@ skip_list: - '306' - '503' + - '106'