From 610b08d940ea56712c64b8a43fa6b13badebe27b Mon Sep 17 00:00:00 2001 From: Evangelos Foutras <evangelos@foutrelis.com> Date: Fri, 7 Oct 2022 11:22:45 +0300 Subject: [PATCH] lint: allow free-form module calling syntax This format is too pervasive in our infra code, no way we're fixing all 824 instances. (At least not without a notably increased snack budget.) --- .ansible-lint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index 345c58eaf..48ee65d9b 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -16,3 +16,5 @@ skip_list: - package-latest # Don't require fully-qualified collection names - fqcn + # Allow free-form module calling syntax + - no-free-form -- GitLab