1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update nextcloud_enabled.yml

This commit is contained in:
A Holt 2018-10-29 00:28:34 -04:00 committed by GitHub
parent eb810ecc9b
commit a6a6e61cdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@
- name: Allow access from all hosts and ips
command: php '{{ nextcloud_prefix }}/nextcloud/occ' config:system:set trusted_domains 1 --value=*
become: true
become: yes
become_user: "{{ apache_user }}"
when: nextcloud_enabled and returned.stdout == "false"