All postgres servers need to know secondary

This commit is contained in:
Samuel Clay 2024-02-25 13:14:13 -05:00
parent 56f5ff501a
commit c2d6c2f22e

View file

@ -1,4 +1,10 @@
---
- name: Set facts for all postgres servers
set_fact:
postgres_secondary: no
tags:
- always
- name: Set facts for secondary postgres servers
set_fact:
postgres_secondary: yes