2020-02-20 09:59:45 +01:00
|
|
|
# For testing getting publication and subscription info
|
|
|
|
- import_tasks: setup_publication.yml
|
|
|
|
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version >= '18'
|
|
|
|
|
2019-09-18 15:22:13 +02:00
|
|
|
# Initial CI tests of postgresql_info module
|
|
|
|
- import_tasks: postgresql_info_initial.yml
|
2020-02-20 09:59:45 +01:00
|
|
|
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version >= '18'
|