mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
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
This commit is contained in:
committed by
Dag Wieers
parent
23a6b88dd2
commit
cf05429b3c
@@ -0,0 +1,5 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user