mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Moved update commands to nextcloud role
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
when: plugin_value.enabled | bool
|
||||
|
||||
- name: disable {{ plugin_key }} nextcloud plugin
|
||||
command: "{{ nextcloud_docker_exec_occ }} app:disable {{ plugin_key }}"
|
||||
command: "{{ NEXTCLOUD_DOCKER_EXEC_OCC }} app:disable {{ plugin_key }}"
|
||||
register: disable_result
|
||||
changed_when: >
|
||||
not ASYNC_ENABLED and
|
||||
|
Reference in New Issue
Block a user