ad5200a7c0
* postgresql_lang: add owner parameter * postgresql_lang: add owner parameter, add changelog fragment
7 lines
250 B
YAML
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'
|