Added: ejabberd config (WIP)
This commit is contained in:
parent
afde58b884
commit
186b859ed5
11 changed files with 414 additions and 60 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue