Skip to content

Commit f3799a6

Browse files
committed
Import tox-docs playbooks from openstack-zuul-jobs
1 parent ba6f38d commit f3799a6

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

playbooks/tox-docs/pre.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- name: Prepare PDF Build Environment
2+
hosts: all
3+
roles:
4+
- role: prepare-build-pdf-docs
5+
when: not tox_skip_pdf

playbooks/tox-docs/run.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- name: Build PDF Docs
2+
hosts: all
3+
roles:
4+
- revoke-sudo
5+
- tox
6+
- role: build-pdf-docs
7+
when: not tox_skip_pdf

0 commit comments

Comments
 (0)