1
0
Fork 0
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:
A Holt 2020-01-23 16:25:59 -05:00 committed by GitHub
parent 58ad767d81
commit 17de43c917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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