mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update wordpress/tasks/apache.yml
This commit is contained in:
parent
ab0e9134e4
commit
84c4a8c1f2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
- name: Enable http://box{{ wp_url }} via Apache # http://box/wordpress
|
||||
command: a2ensite wordpress.conf
|
||||
when: wordpress_enabled
|
||||
when: wordpress_enabled | bool
|
||||
|
||||
- name: Disable http://box{{ wp_url }} via Apache # http://box/wordpress
|
||||
command: a2dissite wordpress.conf
|
||||
|
|
Loading…
Reference in a new issue