From 324d6961248200613218e75eda89a22c7e50763e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 22 Dec 2023 11:29:00 +0000 Subject: [PATCH] We need to define postgresql_version --- tests/molecule/resources/inventory/group_vars/all/common.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/molecule/resources/inventory/group_vars/all/common.yml b/tests/molecule/resources/inventory/group_vars/all/common.yml index dc2a8a7..e1a32d8 100644 --- a/tests/molecule/resources/inventory/group_vars/all/common.yml +++ b/tests/molecule/resources/inventory/group_vars/all/common.yml @@ -11,6 +11,9 @@ postgresql_use_ssl: true # Set this to true if selinux is enabled on the hosting OS selinux_enabled: false +# XNAT supports PostgreSQL 11-14 +postgresql_version: "12" + java_keystore: keystore_pass: "{{ vault_keystore_password }}"