diff --git a/test.yml b/test.yml index 231bc2e..e690f6c 100644 --- a/test.yml +++ b/test.yml @@ -6,9 +6,11 @@ vars: syno_port: 5001 - # Attentes reboot - reboot_down_timeout: 300 # 5 min - reboot_up_timeout: 1800 # 30 min + # IMPORTANT: évite /var/services/homes/.../.ansible/tmp (droits DSM) + ansible_remote_tmp: /tmp/.ansible-${USER}/tmp + + reboot_down_timeout: 300 + reboot_up_timeout: 1800 tasks: - name: Lancer upgrade DSM via SSH (synoupgrade --start-force)