Fix build-deploy-guide

The job was missing the playbook, add it.

Change-Id: I96d8e3d958081667df5e69e148e13c6b27c34767
This commit is contained in:
Andreas Jaeger 2017-10-17 17:02:03 +02:00
parent 173cf4beef
commit 82c05877f1

View File

@ -0,0 +1,5 @@
- hosts: all
roles:
- role: fetch-tox-output
- role: fetch-sphinx-output
sphinx_output_src: "{{ zuul.project.src_dir }}/deploy-guide/build/html"