mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update install.yml
This commit is contained in:
parent
2b89793df2
commit
67539b0895
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: not wordpress_enabled and is_debuntu
|
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:
|
systemd:
|
||||||
name: "{{ apache_service }}"
|
name: "{{ apache_service }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
Loading…
Reference in a new issue