summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/postgresql_set/tasks/main.yml
blob: 33879be5434e53a40c90a29e5cea68f059506972 (plain)
1
2
3
# Initial CI tests of postgresql_initial module
- include_tasks: postgresql_set_initial.yml
  when: postgres_version_resp.stdout is version('9.4', '>=')