1
0
Fork 0
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:
L3D 2021-01-20 22:54:29 +01:00
parent e2bffe4a96
commit 72acd4f9b0
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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