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