Skip to content

Commit a1613c4

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ansible-lint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ exclude_paths:
66

77
skip_list:
88
- no-handler
9+
- run_once[task]
10+
- run_once[play]
911
- key-order[task]
1012
- key-order[play]
1113
- name[casing]
@@ -21,5 +23,3 @@ skip_list:
2123
- name[template]
2224
- command-instead-of-shell
2325
- jinja[spacing]
24-
- run_once[task]
25-
- run_once[play]

0 commit comments

Comments
 (0)