diff options
Diffstat (limited to 'test/main.yml')
-rw-r--r-- | test/main.yml | 2 |
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 | ||