mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Comments cleaner
This commit is contained in:
parent
3935bcfd0d
commit
3e3a55765a
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,6 @@
|
|||
command: a2ensite kolibri.conf
|
||||
when: kolibri_enabled
|
||||
|
||||
|
||||
- name: Disable kolibri service
|
||||
systemd:
|
||||
name: kolibri
|
||||
|
@ -91,7 +90,8 @@
|
|||
command: a2dissite kolibri.conf
|
||||
when: not kolibri_enabled
|
||||
|
||||
- name: Restart {{ apache_service }} # almost always apache2
|
||||
# {{ apache_service }} is almost always apache2
|
||||
- name: Restart {{ apache_service }}
|
||||
systemd:
|
||||
name: "{{ apache_service }}"
|
||||
state: restarted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue