Fix ansible-lint
This commit is contained in:
parent
91dddb20f8
commit
0151979a31
|
@ -90,12 +90,12 @@ offline: false
|
|||
progressive: false
|
||||
|
||||
# Define required Ansible's variables to satisfy syntax check
|
||||
extra_vars:
|
||||
foo: bar
|
||||
multiline_string_variable: |
|
||||
line1
|
||||
line2
|
||||
complex_variable: ":{;\t$()"
|
||||
# extra_vars:
|
||||
# foo: bar
|
||||
# multiline_string_variable: |
|
||||
# line1
|
||||
# line2
|
||||
# complex_variable: ":{;\t$()"
|
||||
|
||||
# Uncomment to enforce action validation with tasks, usually is not
|
||||
# needed as Ansible syntax check also covers it.
|
||||
|
|
Loading…
Reference in a new issue