ansible/changelogs/fragments/52574-postgresql_privs-add_warn_if_role_not_exist.yml
Andrey Klychkov cf05429b3c postgresql_privs change fail to warn if role(s) does not exist (#52574)
* postgresql_privs change fail to warn if role does not exists

* postgresql_privs change fail to warn if role does not exists: fix sanity

* postgresql_privs change fail to warn if role does not exists: add changelog fragment

* postgresql_privs change fail to warn if role does not exists: fixes

* postgresql_privs change fail to warn if role does not exists: added fail_on_role param
2019-02-28 14:39:08 +01:00

5 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.