project-config/playbooks/translation/upstream-translation-update.yaml
Andreas Jaeger 0f34146430 Use prepare-zanata-client role
The prep-zanata role has been moved to openstack-zuul-jobs and renamed
to prepare-zanata-client, use it now and remove the now obsolete role.

Change-Id: I1351d586d8c4211677300eb2e606ef6007ca816b
Depends-On: https://review.openstack.org/525760
2018-10-04 22:04:28 +02:00

15 lines
409 B
YAML

- hosts: all
roles:
- prepare-zanata-client
- legacy-zuul-git-prep-upper-constraints
tasks:
- name: Run upstream_translation_update.sh script
command: "{{ ansible_user_dir }}/scripts/upstream_translation_update.sh {{ zuul.project.short_name }} {{ zuul.job }} {{zuul.branch}}"
args:
chdir: "{{ zuul.project.src_dir }}"
- hosts: all
roles:
- fetch-translation-output