mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07: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:
parent
4c4a6ab27c
commit
a0c8a3034a
4 changed files with 128 additions and 0 deletions
|
@ -4,6 +4,9 @@ db_user2: ansible_db_user2
|
|||
db_user3: ansible_db_user3
|
||||
db_user_with_dots1: role.with.dots1
|
||||
db_user_with_dots2: role.with.dots2
|
||||
db_name_with_hyphens: ansible-db
|
||||
db_user_with_hyphens: ansible-db-user
|
||||
db_schema_with_hyphens: ansible-db-schema
|
||||
db_session_role1: session_role1
|
||||
db_session_role2: session_role2
|
||||
dangerous_name: 'curious.anonymous"; SELECT * FROM information_schema.tables; --'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue