mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-09 15:44:20 -07:00
postgresql_schema: add trust_input parameter (#259)
* postgresql_schema: add trust_input parameter * add changelog fragment
This commit is contained in:
parent
d6b368e63f
commit
c68f17f09b
4 changed files with 44 additions and 5 deletions
|
@ -2,5 +2,6 @@
|
|||
db_name: 'ansible_db'
|
||||
db_user1: 'ansible_db_user1'
|
||||
db_user2: 'ansible_db_user2'
|
||||
dangerous_name: 'curious.anonymous"; SELECT * FROM information_schema.tables; --'
|
||||
db_session_role1: 'session_role1'
|
||||
db_session_role2: 'session_role2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue