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>
This commit is contained in:
2022-05-09 11:53:23 +02:00
committed by GitHub
parent 166e05613f
commit a4b8acc5d6
5 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,6 @@
- name: Emit pandoc version
command: "pandoc --version"
- name: Convert {{ doc_label | default('') }} HTML to RST
args:
executable: "/bin/bash"