Skip to content

Commit ce2fc21

Browse files
committed
Fixing ansible-lint config
1 parent e0c362a commit ce2fc21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.ansible-lint

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
skip_list:
22
- role-name
3-
- 104 # Ignore "bare variables"
4-
- 106 # Ignore "Role name does not match pattern"
5-
- 305 # Ignore "Use shell only when shell functionality is required"
3+
- "104" # Ignore "bare variables"
4+
- "106" # Ignore "Role name does not match pattern"
5+
- "305" # Ignore "Use shell only when shell functionality is required"

0 commit comments

Comments
 (0)