We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c477c0e commit 0b8dc22Copy full SHA for 0b8dc22
roles/rst_to_html/tasks/main.yml
@@ -28,6 +28,6 @@
28
29
- name: Convert to HTML and place in the build directory.
30
shell: rst2html.py {{ SOURCE_PATH }} {{ BUILD_NAME }}
31
- chdir={{ WELCOME_DIR }}
32
- creates={{ WELCOME_DIR }}/{{ BUILD_NAME }}
+ chdir={{ BUILD_DIR }}
+ creates={{ BUILD_DIR }}/{{ BUILD_NAME }}
33
sudo: yes
0 commit comments