mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
postgresql modules: improve trust_input parameter's documentation, improve CI tests (#309)
* postgresql modules: improve trust_input parameter's documentation, improve CI tests * fix CI
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
password: "password"
|
||||
role_attr_flags: "CREATEDB,LOGIN,CREATEROLE"
|
||||
login_user: "{{ pg_user }}"
|
||||
trust_input: no
|
||||
db: postgres
|
||||
|
||||
- name: Create db
|
||||
@@ -80,6 +81,7 @@
|
||||
login_user: "{{ db_user1 }}"
|
||||
login_password: "password"
|
||||
login_host: "localhost"
|
||||
trust_input: no
|
||||
|
||||
- name: Check that it was created
|
||||
become: yes
|
||||
@@ -123,6 +125,7 @@
|
||||
login_user: "{{ db_user1 }}"
|
||||
login_password: "password"
|
||||
login_host: "localhost"
|
||||
trust_input: no
|
||||
|
||||
- name: Check that they were removed
|
||||
become: yes
|
||||
|
||||
Reference in New Issue
Block a user