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 }}"
|
||||
tty: yes
|
||||
register: nextcloud_current_config_entry
|
||||
check_mode: false
|
||||
changed_when: false
|
||||
|
||||
- name: Set {{ key }} to {{ value }}
|
||||
|
Loading…
Reference in New Issue
Block a user