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 2018-08-27 21:48:01 -04:00 committed by GitHub
parent eae5089928
commit 5acc3f1075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,7 +200,7 @@
- name: Restart Apache so http://box/sugarizer works (not just http://box:8089)
systemd:
name: apache2
name: "{{ apache_service }}" # httpd or apache2
state: restarted
when: sugarizer_enabled