project-config/playbooks/translation/pre.yaml
Andreas Jaeger 6376aa1341 Fix translation jobs
The translation jobs use scripts that expect tox pre-installed, install
tox globally for them.

Change-Id: I633c868a96721f38f063f8e057b0b3c950d5d3e9
2020-06-18 20:05:02 +02:00

12 lines
250 B
YAML

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