project-config/playbooks/translation/pre.yaml
Akihiro Motoki 0a7e5e969c Use python3 for translation jobs
Horizon no longer support python2 as it has dropped Django 1.11
support which is the last version with python 2.7 support.
However, the translation jobs still require python2, so the translation
jobs are failing after horizon dropped python2 support.
It is time to ensure python3 in the translation jobs.

Change-Id: Id78484bf5366601b11547e80b772a0eec03622d0
2020-01-06 18:33:46 +09:00

10 lines
192 B
YAML

- hosts: all
roles:
- role: ensure-sphinx
doc_building_packages:
- sphinx
- reno
sphinx_python: python3
- ensure-babel
- copy-proposal-common-scripts