mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Rollback if nothing changed (#887)
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
This commit is contained in:
2
changelogs/fragments/887-rollback-if-nothing-changed.yml
Normal file
2
changelogs/fragments/887-rollback-if-nothing-changed.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- postgresql_privs - rollback if nothing changed (https://github.com/ansible-collections/community.general/issues/885).
|
||||
Reference in New Issue
Block a user