Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e5397 commit 71a42f4Copy full SHA for 71a42f4
ansible/tasks/internal/admin-api.yml
@@ -20,12 +20,12 @@
20
- name: Setting arch (x86)
21
set_fact:
22
arch: "x86"
23
- when: platform == "amd64"
+ when: platform == "amd64"
24
25
- name: Setting arch (arm)
26
27
arch: "arm64"
28
- when: platform == "arm64"
+ when: platform == "arm64"
29
30
- name: adminapi - download commit archive
31
get_url:
ansible/tasks/setup-postgres.yml
@@ -54,12 +54,12 @@
54
- name: Setting CFLAGS (arm)
55
56
cflags: "-moutline-atomics -mtune=neoverse-n1 -fsigned-char"
57
58
59
- name: Setting CFLAGS (x86)
60
61
cflags: "-fsigned-char"
62
63
64
- name: Postgres - configure
65
shell:
0 commit comments