You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/52574-postgresql_privs-add_...

6 lines
276 B
YAML

bugfixes:
- postgresql_privs - change fail to warn if PostgreSQL role does not exist (https://github.com/ansible/ansible/issues/46168).
minor_changes:
- postgresql_privs - add fail_on_role parameter to control the behavior (fail or warn) when target role does not exist.