mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2025-06-29 11:03:51 +00:00
refactor and fix pitr
This commit is contained in:
@ -1,11 +1,4 @@
|
||||
- name: Add WAL-G to patroni_create_replica_methods
|
||||
set_fact:
|
||||
patroni_create_replica_methods: "{{ patroni_create_replica_methods + [ 'wal_g' ] }}"
|
||||
when: patroni_wal_g_install
|
||||
|
||||
- name: Include WAL-G role
|
||||
ansible.builtin.include_role:
|
||||
name: wal-g-pg
|
||||
vars:
|
||||
wal_g_pg: yes
|
||||
when: patroni_wal_g_install
|
||||
|
Reference in New Issue
Block a user