This commit is contained in:
2025-11-18 11:39:20 +02:00
parent 399f415f51
commit afcab4a64a

View File

@@ -1197,7 +1197,7 @@
-o PreferredAuthentications=password -o NumberOfPasswordPrompts=1 \
-o ConnectTimeout=30 \
-p "$PORT" "{{ dev2_ssh_user }}@${HOST}" \
"curl -L --fail --silent --show-error -k -o '{{ dev2_image_path }}' '{{ image_url }}'"
"curl -L --fail --silent --show-error -k -o {{ dev2_image_path }} {{ image_url }}"
args:
executable: /bin/bash
register: scp_push