From f46ec83ec0ec0fe96eb32910321454b528020760 Mon Sep 17 00:00:00 2001 From: Admiral Awkbar Date: Mon, 23 May 2022 13:27:57 -0500 Subject: [PATCH] fix our rule --- .github/linters/.ansible-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/linters/.ansible-lint.yml b/.github/linters/.ansible-lint.yml index bf4de358..a009ca15 100644 --- a/.github/linters/.ansible-lint.yml +++ b/.github/linters/.ansible-lint.yml @@ -14,6 +14,7 @@ skip_list: - 'command-instead-of-module' # Allow git commands for push, add, etc... - 'command-instead-of-shell' # Allow use of shell when you want - 'no-handler' # Allow step to run like handler + - 'unnamed-task' # Allow tasks without a name ############# # Use rules #