8000 Update ansible scripts · postgrespro/postgres_cluster@2d99506 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2d99506

Browse files
committed
Update ansible scripts
1 parent 82fb3bf commit 2d99506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/multimaster/tests/deploy_layouts/cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- name: build dtm
1919
shell: "make clean && make -j 4"
2020
args:
21-
chdir: "~/pg_cluster/src/contrib/arbiter/dtmd"
21+
chdir: "~/pg_cluster/src/contrib/arbiter"
2222
# when: dtm_sources.changed
2323

2424
- name: kill dtmd
@@ -29,7 +29,7 @@
2929

3030
- name: start dtm
3131
shell: >
32-
nohup ~/pg_cluster/src/contrib/arbiter/dtmd/bin/dtmd
32+
nohup ~/pg_cluster/src/contrib/arbiter/bin/dtmd
3333
-d ~/pg_cluster/dtm_data -a 0.0.0.0 -p 5431 > ~/pg_cluster/dtm_data/log &
3434
3535
- name: wait until dtm is available

0 commit comments

Comments
 (0)
0