mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-05 12:48:14 +00:00
Optimized changed when
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
loop: "{{ plugin_configuration }}"
|
loop: "{{ plugin_configuration }}"
|
||||||
command: >
|
command: >
|
||||||
{{ nextcloud_docker_exec_occ }} config:app:set {{ item.appid }} {{ item.configkey }} --value '{{ item.configvalue | to_json if item.configvalue is mapping else item.configvalue }}'
|
{{ nextcloud_docker_exec_occ }} config:app:set {{ item.appid }} {{ item.configkey }} --value '{{ item.configvalue | to_json if item.configvalue is mapping else item.configvalue }}'
|
||||||
|
changed_when: "'Config value were not updated' not in stdout"
|
||||||
|
|
||||||
when: plugin_vars_file.stat.exists
|
when: plugin_vars_file.stat.exists
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user