fixed stcp binary file name for arm
This commit is contained in:
parent
9ba5d65a69
commit
9e85d0a8b9
|
|
@ -11,7 +11,7 @@
|
||||||
when: ansible_architecture == "x86_64"
|
when: ansible_architecture == "x86_64"
|
||||||
- name: Copying the STCP binary file
|
- name: Copying the STCP binary file
|
||||||
copy:
|
copy:
|
||||||
src: multi_srv_arm_64
|
src: multi_srv_arm64
|
||||||
dest: '{{ stcp_binary_path }}'
|
dest: '{{ stcp_binary_path }}'
|
||||||
mode: '0700'
|
mode: '0700'
|
||||||
backup: yes
|
backup: yes
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue