]> gitweb.hamatoma.de Git - ansknife.git/commitdiff
modified: playbooks.templates/pg_users.yaml
authorGoran Kovac <goran.kovac@cit-professionals.de>
Fri, 16 May 2025 14:54:40 +0000 (16:54 +0200)
committerGoran Kovac <goran.kovac@cit-professionals.de>
Fri, 16 May 2025 14:54:40 +0000 (16:54 +0200)
playbooks.templates/pg_users.yaml

index eb3f6d44df67bbb30032780761531bd3f70aa807..ff2e7d14d5ab9a5937756194f32d0703395c3cba 100644 (file)
@@ -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 }}"