From d98f2564018e349fb34a829e95170dfca5ad1a26 Mon Sep 17 00:00:00 2001 From: Johan Leirnes Date: Mon, 24 Apr 2023 10:32:13 +0200 Subject: [PATCH] FA1-5960 - Update role to support external DB --- tasks/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/config.yml b/tasks/config.yml index 9e28f27..12bb68f 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -130,6 +130,7 @@ postgresql_db: name: "{{ guacamole_postgresql_db['name'] }}" state: present + login_host: "{{ guacamole_postgresql_db['host'] }}" become: true become_user: postgres when: guacamole_postgresql_auth