1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-14 20:22:08 +00:00

Update nextcloud/tasks/apache.yml

This commit is contained in:
A Holt 2020-01-29 09:51:07 -05:00 committed by GitHub
parent 84c4a8c1f2
commit 51b61b6966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
- name: Enable http://box{{ nextcloud_url }} via Apache # http://box/nextcloud
command: a2ensite nextcloud.conf
when: nextcloud_enabled
when: nextcloud_enabled | bool
- name: Disable http://box{{ nextcloud_url }} via Apache # http://box/nextcloud
command: a2dissite nextcloud.conf