2019-09-26 11:53:13 +02:00
|
|
|
# Initial CI tests of postgresql_user module
|
|
|
|
- import_tasks: postgresql_user_initial.yml
|
2020-01-23 15:34:50 +01:00
|
|
|
when: postgres_version_resp.stdout is version('9.4', '>=')
|
2019-09-26 11:53:13 +02:00
|
|
|
|
|
|
|
# General tests:
|
|
|
|
- import_tasks: postgresql_user_general.yml
|
2020-01-23 15:34:50 +01:00
|
|
|
when: postgres_version_resp.stdout is version('9.4', '>=')
|