Fix majority of remaining yamllint warnings and errors

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch
2024-11-27 13:48:08 +10:00
parent 1073f70bce
commit 89f6f1fc32
591 changed files with 1491 additions and 1168 deletions

View File

@@ -12,7 +12,7 @@
copy:
dest: /etc/postfix/sasl_passwd
content: "{{ smtp_auth_relay_host }} {{ smtp_auth_relay_user }}:{{ smtp_auth_relay_password }}"
mode: 0600
mode: "0600"
register: smtp_relay_password_file
tags:
- smtp_auth_relay