6376aa1341
The translation jobs use scripts that expect tox pre-installed, install tox globally for them. Change-Id: I633c868a96721f38f063f8e057b0b3c950d5d3e9
12 lines
250 B
YAML
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
|