Skip to content

Commit 50890c0

Browse files
committed
add the cron role to the playbook
1 parent 6dc53e1 commit 50890c0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

add_pgnode.yml

+2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@
147147
- role: pg_probackup
148148
when: pg_probackup_install|bool
149149

150+
- role: cron
151+
150152
- role: pgbouncer
151153
when: pgbouncer_install|bool
152154

config_pgcluster.yml

+2
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@
146146
roles:
147147
- role: pgpass
148148

149+
- role: cron
150+
149151
- role: patroni/config
150152

151153
- role: vip-manager

deploy_pgcluster.yml

+2
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@
220220
- role: pg_probackup
221221
when: pg_probackup_install|bool
222222

223+
- role: cron
224+
223225
- role: pgbouncer
224226
when: pgbouncer_install|bool
225227

0 commit comments

Comments
 (0)