Added: ejabberd config (WIP)

This commit is contained in:
Stupéflo 2024-05-23 19:13:11 +02:00
parent afde58b884
commit a3b0d73352
Signed by: stupeflo
GPG key ID: 873D883BD359DEE2
11 changed files with 402 additions and 60 deletions

View file

@ -132,7 +132,7 @@
mode: "644"
create: true
- name: Ensure demon caches directory exists
- name: Ensure demon cache directories exists
ansible.builtin.file:
path: "{{ item }}"
owner: "{{ www.user }}"
@ -149,12 +149,12 @@
- systemctl
- daemon-reload
- name: Enable and start Movim Damon Service
- name: Enable and restarted Movim Damon Service
when: not movim_is_installed
ansible.builtin.systemd_service:
service: movim.service
enabled: true
state: started
state: restarted
- name: Enable and start Movim Damon Service
ansible.builtin.systemd_service: