Create missing dir
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
292c7f6c6e
commit
17cd3edbc7
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue