mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Initial commit
This commit is contained in:
7
tests/integration/targets/postgresql_user/tasks/main.yml
Normal file
7
tests/integration/targets/postgresql_user/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# Initial CI tests of postgresql_user module
|
||||
- import_tasks: postgresql_user_initial.yml
|
||||
when: postgres_version_resp.stdout is version('9.4', '>=')
|
||||
|
||||
# General tests:
|
||||
- import_tasks: postgresql_user_general.yml
|
||||
when: postgres_version_resp.stdout is version('9.4', '>=')
|
||||
Reference in New Issue
Block a user