mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
2b3c8f4582
Since the module unconditionally issues ALTER statements in order to observe their effect on the postgres catalog - to determine whether the privileges have changes - a rollback is thus advisable when in fact nothing has changed. fix #885
2 lines
130 B
YAML
2 lines
130 B
YAML
bugfixes:
|
|
- postgresql_privs - rollback if nothing changed (https://github.com/ansible-collections/community.general/issues/885).
|