From 0c35eea79eedaf41342d222b312686ff2c37368b Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico <andrea.dellamico@isti.cnr.it> Date: Mon, 13 May 2024 18:23:26 +0200 Subject: [PATCH] Fix a typo. --- tasks/postgresql-config-deb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/postgresql-config-deb.yml b/tasks/postgresql-config-deb.yml index b431d60..279fc53 100644 --- a/tasks/postgresql-config-deb.yml +++ b/tasks/postgresql-config-deb.yml @@ -98,7 +98,7 @@ value: "{% if psql_listen_on_ext_int %}*{% else %}default{% endif %}" notify: Restart postgresql - - name postgresql-config-deb | Custom configuration parameters + - name: postgresql-config-deb | Custom configuration parameters become: true become_user: postgres community.postgresql.postgresql_set: