From fba77f83d460f9fc5169a8c7c0037dd8b23e6b9f Mon Sep 17 00:00:00 2001 From: exploide Date: Sat, 24 Dec 2022 15:23:24 +0100 Subject: [PATCH] ansible-lint: ignore var-naming for now since it would break compatibility --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index e3ac889..22e9a5f 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,3 +3,4 @@ skip_list: # the role name does not follow galaxy requirements # https://galaxy.ansible.com/docs/contributing/creating_role.html#role-names - role-name + - var-naming