Create missing dir

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard
2025-03-28 14:50:37 +01:00
parent 292c7f6c6e
commit 17cd3edbc7

View File

@@ -55,6 +55,18 @@
- ipa/server
- fedora-messaging
- name: Create /etc/fedora-messaging
ansible.builtin.file:
dest: /etc/fedora-messaging
mode: "0755"
owner: root
group: root
state: directory
tags:
- config
- ipa/server
- fedora-messaging
- name: Install fedora-messaging config
ansible.builtin.template:
src: fedora-messaging.conf.j2