3a3fb4f48b
Bump the version of ansible-lint and fix all warnings and failures found by ansible-lint. Also remove any python2 related code/tasks from install-packages.yaml Change-Id: If466227fb9872f1112b4577670c891bef5b31627
14 lines
411 B
Plaintext
14 lines
411 B
Plaintext
---
|
|
parseable: true
|
|
skip_list:
|
|
# Add skips here only as last resort, like:
|
|
# https://github.com/ansible/ansible-lint/issues/557
|
|
- '302' # [E302] mkdir used in place of argument state=directory to file module
|
|
- '303' # [E303] ... used in place of ... module
|
|
- '208' # [E208]
|
|
- '106' # [E106]
|
|
- 'no-changed-when'
|
|
- 'name[missing]'
|
|
- 'name[template]'
|
|
- 'jinja[spacing]'
|