chore(server): retry configure during nextcloud restart
This commit is contained in:
parent
6640ba726e
commit
31f326016b
@ -9,6 +9,9 @@
|
||||
user: "{{ nextcloud_user_info.uid }}"
|
||||
tty: yes
|
||||
register: nextcloud_current_config_entry
|
||||
until: nextcloud_current_config_entry is success
|
||||
retries: 30
|
||||
delay: 10
|
||||
check_mode: false
|
||||
changed_when: false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user