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:
Andrey Klychkov
2019-06-11 17:07:03 +03:00
committed by jctanner
parent aa3b2c47f1
commit a25acbbf83
2 changed files with 10 additions and 19 deletions

View File

@@ -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)