mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
postgresql_idx: self.__exec_sql -> module_utils.postgres.exec_sql (#57684)
* postgresql_idx: self.__exec_sql -> module_utils.postgres.exec_sql * postgresql_idx: exec_sql, added a changelog fragment * postgresql_idx: exec_sql, fix the changelog fragment
This commit is contained in:
committed by
jctanner
parent
aa3b2c47f1
commit
a25acbbf83
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- postgresql_idx - remove ``__exec_sql`` method and use ``module_utils.postgres.exec_sql`` instead (https://github.com/ansible/ansible/pull/57684)
|
||||
Reference in New Issue
Block a user