You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/postgresql_lang/tasks/main.yml

8 lines
250 B
YAML

# Initial CI tests of postgresql_lang module
- import_tasks: postgresql_lang_initial.yml
when: ansible_distribution == 'CentOS'
# CI tests of owner param
- import_tasks: postgresql_lang_add_owner_param.yml
when: ansible_distribution == 'CentOS'