mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
All postgres servers need to know secondary
This commit is contained in:
parent
56f5ff501a
commit
c2d6c2f22e
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue