2020-09-25 08:01:17 +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 tests of postgresql_subscription module:
|
|
|
|
|
|
|
|
- import_tasks: setup_publication.yml
|
|
|
|
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version >= '18'
|
|
|
|
|
|
|
|
- import_tasks: postgresql_subscription_initial.yml
|
|
|
|
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version >= '18'
|