From: Goran Kovac Date: Fri, 16 May 2025 14:54:40 +0000 (+0200) Subject: modified: playbooks.templates/pg_users.yaml X-Git-Url: https://gitweb.hamatoma.de/?a=commitdiff_plain;h=3b3d400709ef3956d6ecacdb99de4a123d849384;p=ansknife.git modified: playbooks.templates/pg_users.yaml --- 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 }}"