1816
This commit is contained in:
@@ -419,7 +419,7 @@
|
|||||||
- name: Upload firmware to /tmp via scp (controller-side)
|
- name: Upload firmware to /tmp via scp (controller-side)
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
set -e
|
set -e
|
||||||
SRC='{{ fw_src_local | default("/opt/containers/ansible-worker/app/2.2.4-r9850.bin") }}'
|
SRC='{{ fw_src_local | default("/opt/containers/ansible-worker/app/2.2.5-r9858.bin") }}'
|
||||||
DST_USER='{{ ansible_user | default("root") }}'
|
DST_USER='{{ ansible_user | default("root") }}'
|
||||||
DST_HOST='{{ ansible_host | default(inventory_hostname) }}'
|
DST_HOST='{{ ansible_host | default(inventory_hostname) }}'
|
||||||
test -f "$SRC"
|
test -f "$SRC"
|
||||||
|
|||||||
Reference in New Issue
Block a user