mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Initial commit
This commit is contained in:
7
tests/integration/targets/postgresql_info/tasks/main.yml
Normal file
7
tests/integration/targets/postgresql_info/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# For testing getting publication and subscription info
|
||||
- import_tasks: setup_publication.yml
|
||||
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version >= '18'
|
||||
|
||||
# Initial CI tests of postgresql_info module
|
||||
- import_tasks: postgresql_info_initial.yml
|
||||
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version >= '18'
|
||||
Reference in New Issue
Block a user