From 3d4345a70f1d710875c2a94f00071a435bec883c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=85?= Date: Tue, 3 Nov 2020 16:45:30 -0300 Subject: [PATCH] ansible-lint: add role naming convention rule #106 to warn_list to allow molecule lint stage to continue with tests --- .ansible-lint | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .ansible-lint diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 00000000..148ddda4 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,3 @@ +--- +warn_list: + - '106'