From e9ea46775c4c7a6ecd4d300b7c8a50c82efc475e Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 14 Jun 2023 18:16:14 +0200 Subject: [PATCH] Fix quotation --- tasks/postfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/postfix.yml b/tasks/postfix.yml index fac9d42..caa2097 100644 --- a/tasks/postfix.yml +++ b/tasks/postfix.yml @@ -34,7 +34,7 @@ ansible.builtin.template: src: "postfix/conf.d/{{ item.name }}.j2" dest: "{{ postfix_conf_dir }}/{{ item.name }}" - mode: "{{ item.mode | default(0644) }}" + mode: "{{ item.mode | default('0644') }}" loop: - name: bad_smtp_auth_users - name: bogus_mx