You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 23:02:47 +03:00
postgres: make interfaces of exec_sql clearer (#43)
(cherry picked from commit fb6583a15c1f7fd8e48f4f3ef214ed4e74c3d8c6)
This commit is contained in:
@@ -562,7 +562,7 @@ class PgSubscription():
|
||||
self.executed_queries.append(query)
|
||||
return True
|
||||
else:
|
||||
return exec_sql(self, query, ddl=True)
|
||||
return exec_sql(self, query, return_bool=True)
|
||||
|
||||
|
||||
# ===========================================
|
||||
|
Reference in New Issue
Block a user