Add more exceptions to the linter jfc

This commit is contained in:
Salt 2023-10-29 14:15:00 -05:00
parent 3bd04d4a8d
commit 9e787fa67b

View File

@ -49,3 +49,5 @@ warn_list:
- var-naming
# Strictly accurate, but I need this for workarounds
- no-changed-when
# This is buggy too, not picking up on playbook-local strategies
- run-once