fixed stcp binary file name for arm

This commit is contained in:
kashapovd 2021-12-01 11:36:16 +07:00
parent 9ba5d65a69
commit 9e85d0a8b9
1 changed files with 1 additions and 1 deletions

View File

@ -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