mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Restart Apache at end of playbook (make it happen)
This commit is contained in:
parent
37d66df237
commit
2eb4f3a6a3
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@
|
||||||
command: a2dissite kolibri.conf
|
command: a2dissite kolibri.conf
|
||||||
when: not kolibri_enabled
|
when: not kolibri_enabled
|
||||||
|
|
||||||
|
- name: Restart {{ apache_service }} # almost always apache2
|
||||||
|
systemd:
|
||||||
|
name: "{{ apache_service }}"
|
||||||
|
state: restarted
|
||||||
|
|
||||||
- name: Add 'kolibri' variable values to {{ iiab_ini_file }}
|
- name: Add 'kolibri' variable values to {{ iiab_ini_file }}
|
||||||
ini_file:
|
ini_file:
|
||||||
path: "{{ iiab_ini_file }}"
|
path: "{{ iiab_ini_file }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue