summaryrefslogtreecommitdiff
path: root/test/integration/targets/postgresql_user_obj_stat_info/tasks/main.yml
blob: e12e770f62cc44c1da96e6b9325f3dcabe348314 (plain)
1
2
3
# Initial tests of postgresql_user_obj_stat_info module:
- import_tasks: postgresql_user_obj_stat_info.yml
  when: postgres_version_resp.stdout is version('9.4', '>=')