mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-09 15:44:20 -07:00
postgresql_db: add trust_input parameter (#184)
This commit is contained in:
parent
764cae9f33
commit
5b1652e8fa
3 changed files with 99 additions and 14 deletions
|
@ -4,3 +4,8 @@ db_user2: 'ansible.db.user2'
|
|||
tmp_dir: '/tmp'
|
||||
db_session_role1: 'session_role1'
|
||||
db_session_role2: 'session_role2'
|
||||
|
||||
# To test trust_input parameter and
|
||||
# possibility to create a database with dots in its name
|
||||
db_name_with_dot: 'db.name'
|
||||
suspicious_db_name: '{{ db_name_with_dot }}"; --'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue