Skip to content

Commit

Permalink
Add missing task for sasl role
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Sep 1, 2024
1 parent c84531a commit 4eb5db7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ansible/roles/sasl/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
tags:
- role::sasl

- name: Create service override directory
file:
path: /etc/systemd/system/saslauthd.service.d
state: directory
owner: root
group: root
mode: "0755"
tags:
- role::sasl

- name: Copy service user configuration for SASL authentication daemon
copy:
src: user.conf
Expand Down

0 comments on commit 4eb5db7

Please sign in to comment.