mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Moved update commands to nextcloud role
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
ansible.builtin.shell: |
|
||||
set -euo pipefail
|
||||
{% for item in nextcloud_system_config %}
|
||||
{{ nextcloud_docker_exec_occ }} \
|
||||
{{ NEXTCLOUD_DOCKER_EXEC_OCC }} \
|
||||
config:system:set {{ item.parameter }}{% if item.type is defined %} --type {{ item.type }}{% endif %} \
|
||||
--value '{{ (item.value | string) | regex_replace("'", "'" ~ '"' ~ "'" ~ '"' ~ "'") }}'
|
||||
{% endfor %}
|
||||
|
Reference in New Issue
Block a user