From 210c335e9062b7f2a0dd4282d0bd958a9a5dacca Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Thu, 16 Jun 2022 23:45:22 -0500 Subject: [PATCH] Disable linting for command-instead-of-module, I need the extra functionality --- .ansible-lint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ansible-lint b/.ansible-lint index 4a0e019..a7521e2 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -24,6 +24,10 @@ skip_list: # Fuck off with the yaml stylings # yes/no is a wide Ansible convention - yaml + # And piss off with this; I know what I'm doing. The get_url builtin randomly + # times out and I really don't want to hammer tmodloader servers when I don't + # have to + - command-instead-of-module warn_list: # These tend to be pretty buggy