1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Comments cleaner

This commit is contained in:
A Holt 2019-01-18 03:46:37 -05:00 committed by GitHub
parent 3935bcfd0d
commit 3e3a55765a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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