Skip to content

Commit 0a48845

Browse files
committed
fix cluster install
1 parent c2011e7 commit 0a48845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/deploy_layouts/cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
- hosts: nodes
2+
- hosts: nodes:clients
33

44
roles:
55
- role: postgres
@@ -25,7 +25,7 @@
2525
chdir: "{{pg_prefix}}/pg_dtm"
2626
environment:
2727
PG_CONFIG: "{{pg_dst}}/bin/pg_config"
28-
# when: dtm_sources.changed
28+
when: dtm_sources.changed
2929

3030
- name: enable dtm extension on datanodes
3131
lineinfile:

0 commit comments

Comments
 (0)