chore(server): do not check mode when retrieving current config setting
This commit is contained in:
parent
e46c687b89
commit
c56b82121b
@ -9,6 +9,7 @@
|
|||||||
user: "{{ nextcloud_user_info.uid }}"
|
user: "{{ nextcloud_user_info.uid }}"
|
||||||
tty: yes
|
tty: yes
|
||||||
register: nextcloud_current_config_entry
|
register: nextcloud_current_config_entry
|
||||||
|
check_mode: false
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: Set {{ key }} to {{ value }}
|
- name: Set {{ key }} to {{ value }}
|
||||||
|
Loading…
Reference in New Issue
Block a user