aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.yml
diff options
context:
space:
mode:
authorThéophile Helleboid - chtitux <chtitux@gmail.com>2020-06-05 13:40:43 +0400
committerGitHub <noreply@github.com>2020-06-05 13:40:43 +0400
commit9e6f9658fbf5db657a2dd8465bf0ae4f41da161e (patch)
tree0e7e023c1b7f580db314c78bf3b65b70563efcc7 /test/main.yml
parentebe451adda84672f9872187164df279dbfed7a35 (diff)
parent587f87bbf278a80b14a182146724a9ebf1fd98a2 (diff)
downloadansible-postgresql-role-9e6f9658fbf5db657a2dd8465bf0ae4f41da161e.tar.gz
ansible-postgresql-role-9e6f9658fbf5db657a2dd8465bf0ae4f41da161e.tar.zst
ansible-postgresql-role-9e6f9658fbf5db657a2dd8465bf0ae4f41da161e.zip
Merge pull request #13 from paulRbr/optional-restore-command
recovery: optional restore_command & allow custom command if needed
Diffstat (limited to 'test/main.yml')
-rw-r--r--test/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/main.yml b/test/main.yml
index 6a819d8..7d86f8d 100644
--- a/test/main.yml
+++ b/test/main.yml
@@ -91,7 +91,7 @@
91 primary: 91 primary:
92 host: postgres_one 92 host: postgres_one
93 port: 5432 93 port: 5432
94 restore_directory: "{{ postgres_barman_directory }}" 94 restore_barman_directory: "{{ postgres_barman_directory }}"
95 replication_user: "replicator" 95 replication_user: "replicator"
96 replication_password: "secret_repli" 96 replication_password: "secret_repli"
97 97