ansible-edda/.ansible-lint

18 lines
326 B
Plaintext
Raw Normal View History

2022-12-18 23:00:28 +01:00
---
skip_list:
2023-11-04 21:19:09 +01:00
- command-instead-of-module
- ignore-errors
- key-order[task]
- latest[git]
- name[casing]
- name[missing]
- name[play]
- name[template]
2022-12-18 23:00:28 +01:00
- no-changed-when
2023-11-04 21:19:09 +01:00
- no-handler
- partial-become[task]
- role-name[path]
- schema[playbook]
- schema[role-arg-spec]
- var-naming[no-role-prefix]