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"
|
||||
- name: Copying the STCP binary file
|
||||
copy:
|
||||
src: multi_srv_arm_64
|
||||
src: multi_srv_arm64
|
||||
dest: '{{ stcp_binary_path }}'
|
||||
mode: '0700'
|
||||
backup: yes
|
||||
|
|
|
|||
Loading…
Reference in New Issue