1139
This commit is contained in:
@@ -1197,7 +1197,7 @@
|
|||||||
-o PreferredAuthentications=password -o NumberOfPasswordPrompts=1 \
|
-o PreferredAuthentications=password -o NumberOfPasswordPrompts=1 \
|
||||||
-o ConnectTimeout=30 \
|
-o ConnectTimeout=30 \
|
||||||
-p "$PORT" "{{ dev2_ssh_user }}@${HOST}" \
|
-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:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
register: scp_push
|
register: scp_push
|
||||||
|
|||||||
Reference in New Issue
Block a user