ansible-role-refstack-client/.ansible-lint
Martin Kopec 3a3fb4f48b Fix linters python3.10 issues
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
2023-06-22 00:08:33 +02:00

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]'