Move requirements files into ansible dir
This commit is contained in:
14
ansible/yamllint.yml
Normal file
14
ansible/yamllint.yml
Normal file
@ -0,0 +1,14 @@
|
||||
extends: default
|
||||
|
||||
ignore: |
|
||||
galaxy_roles
|
||||
group_vars/all/hosts.yml
|
||||
|
||||
rules:
|
||||
document-start: disable
|
||||
truthy: disable
|
||||
quoted-strings:
|
||||
quote-type: double
|
||||
required: only-when-needed
|
||||
line-length:
|
||||
max: 150
|
Reference in New Issue
Block a user