Skip to content

Commit

Permalink
Fix incorrect module causing crash when copying
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Aug 25, 2024
1 parent 15d19fb commit e280762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/sasl/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e280762

Please sign in to comment.