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:
parent
84c4a8c1f2
commit
51b61b6966
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue