forked from docs/doc-exports
In order to deploy HC env for swiss we should strip the convertor out of doc-exports and instead share it between different environments.
15 lines
407 B
YAML
15 lines
407 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- ensure-python
|
|
- ensure-pip
|
|
- ensure-virtualenv
|
|
- role: "ensure-pandoc"
|
|
tasks:
|
|
- name: Install convertor
|
|
pip:
|
|
chdir: "{{ zuul.project.src_dir }}"
|
|
virtualenv: "{{ ansible_user_dir }}/.venv"
|
|
name: "{{ ansible_user_dir }}/{{ zuul.projects['gitea.eco.tsi-dev.otc-service.com/docs/doc-convertor'].src_dir }}"
|
|
editable: "yes"
|