Skip to content

Commit 0a20eed

Browse files
committed
Update ansible-lint exclusions to skip run_once tasks and plays
1 parent b333c7a commit 0a20eed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ansible-lint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ skip_list:
2121
- name[template]
2222
- command-instead-of-shell
2323
- jinja[spacing]
24-
- ANSIBLE0012
24+
- run_once[task]
25+
- run_once[play]

0 commit comments

Comments
 (0)