| commit | 4899594a73a925ddad59f42cf9d6f219d53f684b | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <carlos.frias.01@gmail.com> | Sat Oct 07 04:44:01 2017 -0300 |
| committer | Carlos Frias <carlos.frias.01@gmail.com> | Sat Oct 07 04:44:01 2017 -0300 |
| tree | 262a28245d58246c7cc15c24439b38546d4c01f0 | |
| parent | 2b2f1fa2023731b3c93324bbd28f34a786f9ef35 [diff] |
Updated default settings
diff --git a/tasks/postgres.yml b/tasks/postgres.yml index 96ddad6..5f404ed 100644 --- a/tasks/postgres.yml +++ b/tasks/postgres.yml
@@ -69,4 +69,4 @@ key: pgstandby_ip value: '{{ pgstandby_ip }}' - when: groups['dc-1-pgmaster'][0] is defined and groups['dc-2-pgstandby'][0] is defined + when: groups['dc-1-pgmaster'] is defined and groups['dc-2-pgstandby'] is defined