Remove Nextcloud's CAN_INSTALL file

This commit is contained in:
Kris Lamoureux 2020-07-07 17:44:25 -04:00
parent 954ea7f2a6
commit f5cf7fd8b0
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -71,3 +71,8 @@
- "php occ db:convert-filecache-bigint"
- "php occ maintenance:mode --off"
when: nextcloud_install.changed
- name: Remove Nextcloud's CAN_INSTALL file
file:
path: "{{ nextcloud_root }}/public_html/config/CAN_INSTALL"
state: absent