Files
doc-exports/roles/convert_doc/tasks/main.yaml
Artem Goncharov a4b8acc5d6 add pandoc version info (#8)
add pandoc version info

emit pandoc version
stick to particular pandoc version (through ensure-pandoc role)

Reviewed-by: OpenTelekomCloud Bot <None>
2022-05-09 09:53:23 +00:00

8 lines
259 B
YAML

- name: Emit pandoc version
command: "pandoc --version"
- name: Convert {{ doc_label | default('') }} HTML to RST
args:
executable: "/bin/bash"
shell: "source {{ zuul_work_virtualenv }}/bin/activate; otc-convert-doc --dest {{ dest }} {{ source }}"