mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2024-11-24 23:56:39 +00:00
12 lines
315 B
YAML
12 lines
315 B
YAML
- 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
|
|
vars:
|
|
wal_g_pg: yes
|
|
when: patroni_wal_g_install
|