Skip to content

Commit

Permalink
update yamllint improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jan 19, 2021
1 parent c4c592f commit e2bffe4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
extends: default

rules:
# 150 chars should be enough, but don't fail if a line is longer
line-length:
max: 150
level: warning
2 changes: 0 additions & 2 deletions host_vars/mail01.l3d.space/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ postfix__db_user: "{{ _mailserver__mysql_user }}"
postfix__db_password: "{{ _mailserver__mysql_password }}"
postfix__db_name: "{{ _mailserver__mysql_database }}"



nginx_sites:
- name: 'mail.l3d.space'
webroot:
Expand Down

0 comments on commit e2bffe4

Please sign in to comment.