mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +00:00
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