mirror of
https://github.com/DO1JLR/ansible_playbook_servers.git
synced 2024-09-14 19:53:56 +02:00
update yamllint and modules
This commit is contained in:
parent
e2bffe4a96
commit
72acd4f9b0
3 changed files with 8 additions and 2 deletions
|
@ -6,3 +6,9 @@ rules:
|
|||
line-length:
|
||||
max: 150
|
||||
level: warning
|
||||
commas:
|
||||
max-spaces-before: 0
|
||||
min-spaces-after: 0
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b53bc9e6f4ec329bc5047fb699d0c79c4217381c
|
||||
Subproject commit 1a1ee05ad9435b197f0118524642b2118e832023
|
2
site.yml
2
site.yml
|
@ -2,7 +2,7 @@
|
|||
- name: check if ansible is not to old
|
||||
hosts: localhost
|
||||
roles:
|
||||
- { role: do1jlr.ansible_version, tags: [default,version,default], gather_facts: no}
|
||||
- { role: do1jlr.ansible_version, tags: [default,version,default,always], gather_facts: false}
|
||||
|
||||
|
||||
- name: general roles for all hosts
|
||||
|
|
Loading…
Reference in a new issue