mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Fix majority of remaining yamllint warnings and errors
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user