From 3e3a55765adf9ed4d6a6809e48b70f8d0213c38e Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 18 Jan 2019 03:46:37 -0500 Subject: [PATCH] Comments cleaner --- roles/kolibri/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/kolibri/tasks/main.yml b/roles/kolibri/tasks/main.yml index 0f5ce1562..964e0fd62 100644 --- a/roles/kolibri/tasks/main.yml +++ b/roles/kolibri/tasks/main.yml @@ -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