Update ansible-linting

This commit is contained in:
Antony Messerli
2025-11-01 16:26:19 -05:00
parent 3f25e80395
commit 909f223bf2
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -6,3 +6,4 @@ skip_list:
- no-changed-when # Commands should not change things if nothing needs doing.
- risky-shell-pipe # Shells that use pipes should set the pipefail option.
- literal-compare # Don't compare to literal True/False.
- var-naming[no-role-prefix] # Internal variables don't need role prefix.