From ce49c9dd8278c7a7167f24bee1ae14e88e83adf6 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 20 Aug 2020 19:21:46 -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 cb73159..e1543ed 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,3 +1,4 @@ skip_list: - '306' - '405' + - '106'