ansible/test/integration/targets/postgresql_lang/tasks/main.yml
Andrey Klychkov ad5200a7c0 postgresql_lang: add owner parameter (#62999)
* postgresql_lang: add owner parameter

* postgresql_lang: add owner parameter, add changelog fragment
2019-10-03 18:03:06 +05:30

7 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'