mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
* modules: fix names with hyphens (#656) * modules: fix names with hyphens (#656) * Fix param name for postgresql_schema * Add double quotes for schema name * Add delete created DB objects * Fix module code * Set correct test tasks order Co-authored-by: Maxim Voskresenskiy <maxim.voskresenskiy@uptick.com>
This commit is contained in:
3
changelogs/fragments/656-name-with-hyphen.yml
Normal file
3
changelogs/fragments/656-name-with-hyphen.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- postgresql_privs - fix crash when set privileges on schema with hyphen in the name (https://github.com/ansible-collections/community.general/issues/656).
|
||||
Reference in New Issue
Block a user