Skip to content

Commit 8fef693

Browse files
committed
Add default variables for the rst_to_html role so that playbooks do not need to pass lots of parameters by default.
1 parent 0b8dc22 commit 8fef693

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/rst_to_html/vars/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# By default, these vars will build the welcoming documentation for the user's
2+
# desktop. They should be overwritten when specific files are to be built.
3+
4+
BUILD_DIR: /etc/skel/Desktop
5+
SOURCE_PATH: /vagrant/extra_resources/welcome.rst
6+
BUILD_NAME: Welcome.html

0 commit comments

Comments
 (0)