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
58ad767d81
commit
17de43c917
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
- name: Enable http://box{{ wp_url }} via Apache
|
||||
- name: Enable http://box{{ wp_url }} via Apache # http://box/wordpress
|
||||
command: a2ensite wordpress.conf
|
||||
when: wordpress_enabled
|
||||
|
||||
- name: Disable http://box{{ wp_url }} via Apache
|
||||
- name: Disable http://box{{ wp_url }} via Apache # http://box/wordpress
|
||||
command: a2dissite wordpress.conf
|
||||
when: not wordpress_enabled
|
||||
|
||||
|
|
Loading…
Reference in a new issue