This commit is contained in:
2025-11-18 11:48:45 +02:00
parent 5c6dd30f5a
commit a9deb8974d

View File

@@ -1168,7 +1168,7 @@
-O \
-P "$PORT" \
-o StrictHostKeyChecking=no -o PubkeyAuthentication=no \
"{{ image_filename }}" "{{ dev2_ssh_user }}@${HOST}:{{ dev2_ssh_user == 'root' | ternary('/', '') }}{{ dev2_image_dir }}/"
"{{ image_filename }}" "{{ dev2_ssh_user }}@${HOST}:{{ dev2_ssh_user == 'root' | ternary('/', '') }}{{ dev2_image_dir }}/{{ image_filename }}"
args:
executable: /bin/bash
register: scp_push