diff options
author | Théophile Helleboid - chtitux <chtitux@gmail.com> | 2019-01-02 14:23:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 14:23:36 +0100 |
commit | 758d478b83050f248f5df8177027e2870f4308c5 (patch) | |
tree | ec16b304ef816d5ab65fd4217bbb8748ffad94fe /tasks | |
parent | 8371771c8e9b8a2f2a6a4d81a142ddc805e198b4 (diff) | |
parent | c95984df57136048002f0d60c6469d9bbbdd1e0a (diff) | |
download | ansible-postgresql-role-758d478b83050f248f5df8177027e2870f4308c5.tar.gz ansible-postgresql-role-758d478b83050f248f5df8177027e2870f4308c5.tar.zst ansible-postgresql-role-758d478b83050f248f5df8177027e2870f4308c5.zip |
Merge pull request #3 from paulRbr/barman-rsync-optional1.2.0
standby: rsync from barman is optional if SSH access is already here
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/postgres-standby-barman.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/postgres-standby-barman.yml b/tasks/postgres-standby-barman.yml index 793b942..65e87a6 100644 --- a/tasks/postgres-standby-barman.yml +++ b/tasks/postgres-standby-barman.yml | |||
@@ -10,3 +10,4 @@ | |||
10 | group: postgres | 10 | group: postgres |
11 | mode: 0400 | 11 | mode: 0400 |
12 | no_log: True | 12 | no_log: True |
13 | when: postgres_barman_rsync_enabled | ||