From 3b3d400709ef3956d6ecacdb99de4a123d849384 Mon Sep 17 00:00:00 2001 From: Goran Kovac Date: Fri, 16 May 2025 16:54:40 +0200 Subject: [PATCH] modified: playbooks.templates/pg_users.yaml --- playbooks.templates/pg_users.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks.templates/pg_users.yaml b/playbooks.templates/pg_users.yaml index eb3f6d4..ff2e7d1 100644 --- a/playbooks.templates/pg_users.yaml +++ b/playbooks.templates/pg_users.yaml @@ -15,6 +15,8 @@ - name: Create users with password become: true become_user: postgres + vars: + ansible_ssh_pipelining: true community.postgresql.postgresql_user: name: "{{ item.key }}" password: "{{ item.value }}" -- 2.39.5