mirror of
https://github.com/ublue-os/forge.git
synced 2025-04-16 19:43:44 +03:00
13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
![]() |
---
|
||
|
# .ansible-lint
|
||
|
|
||
|
# https://ansible-lint.readthedocs.io/profiles/
|
||
|
profile: production
|
||
|
|
||
|
# Ansible-lint does not fail on warnings from the rules or tags listed below
|
||
|
warn_list:
|
||
|
- galaxy[version-incorrect]
|
||
|
- no-jinja-nesting
|
||
|
- package-latest
|
||
|
- name[template]
|