Implemented DB Credentials Update for Nextcloud and solved bug

This commit is contained in:
2025-07-14 18:41:30 +02:00
parent 30d583f0c9
commit d1c8036fa4
6 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
- name: Load System Nextcloud configuration variables
include_vars:
file: system.yml
- name: Apply Nextcloud configurations
loop: "{{ nextcloud_system_config }}"
command: "{{nextcloud_docker_exec_occ}} config:system:set {{ item.parameter }}{% if item.type is defined %} --type {{ item.type }}{% endif %} --value {{ item.value }}"
# No good changed_when condition available