1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

Update install.yml

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

View file

@ -130,7 +130,7 @@
state: absent
when: not wordpress_enabled and is_debuntu
- name: Restart Apache to enable/disable http://box{{ wp_url }}
- name: Restart Apache service ({{ apache_service }}) to enable/disable http://box{{ wp_url }}
systemd:
name: "{{ apache_service }}"
state: restarted