Sets default_phone_region

This commit is contained in:
Jan Beilicke 2025-04-18 21:19:52 +02:00
parent abbf7b50dc
commit 16304bd7c4
2 changed files with 6 additions and 0 deletions

View file

@ -197,6 +197,11 @@
debug:
var: "{{ nextcloud_app_install_result }}"
- name: "docker-compose: Set default_phone_region using occ"
shell:
chdir: /home/{{ docker_user }}/nextcloud/
cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ config:system:set default_phone_region --value="{{ nextcloud_default_phone_region }}"'
- name: "docker-compose: Run database utils"
shell:
chdir: /home/{{ docker_user }}/nextcloud/