mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update wordpress/tasks/apache.yml
This commit is contained in:
parent
14f03cfbba
commit
d91497e2cd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
command: a2dissite wordpress.conf
|
||||
when: not wordpress_enabled
|
||||
|
||||
- name: Restart Apache systemd service ({{ apache_service }})
|
||||
- name: Restart '{{ apache_service }}' systemd service
|
||||
systemd:
|
||||
name: "{{ apache_service }}" # apache2 or httpd, as set in /opt/iiab/iiab/vars/<OS>.yml
|
||||
state: restarted
|
||||
|
|
Loading…
Reference in a new issue