From c5fe670e434b3b984293f86544e227be2dead492 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 21 Feb 2025 07:23:07 +1300 Subject: [PATCH] chore: Exclude local_action check --- .ansible-lint | 1 + 1 file changed, 1 insertion(+) diff --git a/.ansible-lint b/.ansible-lint index 0cdfec2..09d3f3c 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -6,5 +6,6 @@ skip_list: # or 'skip_list' to silence them completely - unnamed-task # All tasks should be named - fqcn-builtins - name[casing] + - deprecated-local-action warn_list: [] # or 'skip_list' to silence them completely \ No newline at end of file