mirror of https://github.com/ansible/ansible.git
postgresql_privs: allow to pass roles with names containing dots (#63942)
parent
54f0b183dc
commit
3aaebba235
@ -1,9 +1,11 @@
|
||||
# Initial CI tests of postgresql_privs module:
|
||||
- import_tasks: postgresql_privs_initial.yml
|
||||
when: postgres_version_resp.stdout is version('9.4', '>=')
|
||||
|
||||
# General tests:
|
||||
- import_tasks: postgresql_privs_general.yml
|
||||
when: postgres_version_resp.stdout is version('9.4', '>=')
|
||||
|
||||
# Tests default_privs with target_role:
|
||||
- import_tasks: test_target_role.yml
|
||||
when: postgres_version_resp.stdout is version('9.1', '>=')
|
||||
when: postgres_version_resp.stdout is version('9.4', '>=')
|
||||
|
||||
Loading…
Reference in New Issue