Skip to content

Commit d5966e9

Browse files
Lakshmipathidarora
authored andcommitted
fix: Fix arch type for admin-mgr
Signed-off-by: Lakshmipathi <[email protected]>
1 parent 6646f15 commit d5966e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/internal/admin-mgr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- name: Setting arch (x86)
22
set_fact:
3-
arch: "x86"
3+
arch: "amd64"
44
when: platform == "amd64"
55

66
- name: Setting arch (arm)

0 commit comments

Comments
 (0)