Update install_nextcloud.yml

This commit is contained in:
jmdekker2
2025-06-06 07:26:30 +02:00
committed by GitHub
parent 9df7216c3c
commit 77eeeaa49f

View File

@@ -212,6 +212,15 @@
creates: /var/www/nextcloud/config/config.php creates: /var/www/nextcloud/config/config.php
chdir: /var/www/nextcloud chdir: /var/www/nextcloud
- name: Wacht tot Nextcloud config:system commando beschikbaar is
shell: sudo -u www-data php /var/www/nextcloud/occ list
register: occ_list_output
retries: 5
delay: 10
until: "'config:system' in occ_list_output.stdout"
args:
chdir: /var/www/nextcloud
- name: Voeg domein toe aan trusted_domains - name: Voeg domein toe aan trusted_domains
shell: > shell: >
sudo -u www-data php /var/www/nextcloud/occ config:system:set trusted_domains 1 sudo -u www-data php /var/www/nextcloud/occ config:system:set trusted_domains 1