- name: Create PostgreSQL user community.postgresql.postgresql_user: name: '{{ postgres_user }}' password: '{{ postgres_password }}' state: present