From e280762eff6856717fbce134c8e0761b2d0a5eea Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 25 Aug 2024 10:10:41 +0200 Subject: Fix incorrect module causing crash when copying --- ansible/roles/sasl/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible') diff --git a/ansible/roles/sasl/tasks/main.yml b/ansible/roles/sasl/tasks/main.yml index e0ac221..9bdb90f 100644 --- a/ansible/roles/sasl/tasks/main.yml +++ b/ansible/roles/sasl/tasks/main.yml @@ -18,7 +18,7 @@ - role::sasl - name: Copy service user configuration for SASL authentication daemon - template: + copy: src: user.conf dest: /etc/systemd/system/saslauthd.service.d/user.conf mode: "0640" -- cgit v1.2.3