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

Update main.yml

This commit is contained in:
A Holt 2019-02-02 20:13:33 -05:00 committed by GitHub
parent 67539b0895
commit 24645ca87a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@
when: not kolibri_enabled
# {{ apache_service }} is almost always apache2
- name: Restart {{ apache_service }}
- name: Restart Apache service ({{ apache_service }})
systemd:
name: "{{ apache_service }}"
state: restarted