From 9e85d0a8b94e2ddc16e7a9af7a1333ee081e3b1a Mon Sep 17 00:00:00 2001 From: kashapovd Date: Wed, 1 Dec 2021 11:36:16 +0700 Subject: [PATCH] fixed stcp binary file name for arm --- roles/install-stcp/tasks/create_stcp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/install-stcp/tasks/create_stcp.yml b/roles/install-stcp/tasks/create_stcp.yml index 2d1d601..868f922 100644 --- a/roles/install-stcp/tasks/create_stcp.yml +++ b/roles/install-stcp/tasks/create_stcp.yml @@ -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