2020-09-25 09:04:59 +02:00
|
|
|
####################################################################
|
|
|
|
# WARNING: These are designed specifically for Ansible tests #
|
|
|
|
# and should not be used as examples of how to write Ansible roles #
|
|
|
|
####################################################################
|
|
|
|
|
2020-03-09 10:11:07 +01:00
|
|
|
# Initial CI tests of postgresql_initial module
|
|
|
|
- include_tasks: postgresql_set_initial.yml
|
2020-08-17 21:46:10 +02:00
|
|
|
when: postgres_version_resp.stdout is version('9.6', '>=')
|
2021-02-11 18:54:16 +01:00
|
|
|
|
|
|
|
- include_tasks: options_coverage.yml
|
|
|
|
when: postgres_version_resp.stdout is version('9.6', '>=')
|