From 91a1727f6cb7049669a700815a8908721da45ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Helleboid?= Date: Thu, 8 Nov 2018 17:21:55 +0100 Subject: Add PostgreSQL 11 --- test/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/main.yml b/test/main.yml index 19ff526..e1731ac 100644 --- a/test/main.yml +++ b/test/main.yml @@ -2,8 +2,8 @@ - name: Bring up docker containers hosts: localhost vars: &common_vars - postgres_version: 10 - postgres_barman_directory: 'test-postgres-10' + postgres_version: 11 + postgres_barman_directory: 'test-postgres-11' postgres_barman_server: postgres_barman barman_rsync_password: "secret_rsync" barman_rsync_allowed_hosts: 172.17.0.0/24 -- cgit v1.2.3