Skip to content

Commit

Permalink
update yamllint and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jan 20, 2021
1 parent e2bffe4 commit 72acd4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion roles/do1jlr.ansible_version
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72acd4f

Please sign in to comment.