EL config: a 'become_user' is missing.

This commit is contained in:
Andrea Dell'Amico 2024-08-08 19:54:45 +02:00
parent 2f1d9b5971
commit 3aeea4004a
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@
notify: Restart postgresql
- name: postgresql-config-el | We want postgres listen on the public IP
become: true
become_user: postgres
community.postgresql.postgresql_set:
name: 'listen_addresses'
value: "{% if psql_listen_on_ext_int %}*{% else %}default{% endif %}"