065e75ee2f
Ansible is deprecating include, replace it with include_task/import_playbook. Change-Id: If9e9a5ff7918ae88b39d4fa225986bd3149301f4
8 lines
251 B
YAML
8 lines
251 B
YAML
# Testing for non-base roles that are used across various jobs
|
|
|
|
# If you add new tests, also update the files section in job
|
|
# extra-integration in zuul.d/jobs.yaml.
|
|
|
|
- import_playbook: prepare-zanata-client.yaml
|
|
when: ansible_os_family == 'Debian'
|