mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ad4866bb3b
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
(cherry picked from commit 2b3c8f4582
)
Co-authored-by: Georg Sauthoff <mail@georg.so>
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).
|