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-10-31 04:40:58 -04:00 committed by GitHub
parent 652609d34d
commit bc6345225f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -143,7 +143,7 @@
state: absent
when: not elgg_enabled and is_redhat
- name: Restart Apache ({{ apache_service }}), to enable/disable http://box/elgg
- name: Restart Apache ({{ apache_service }}) to enable/disable http://box/elgg
service:
name: "{{ apache_service }}"
state: restarted