Files
doc-exports/playbooks/pre.yaml
Artem Goncharov 9ced3b3fb0 chore: use convertor from separate project
In order to deploy HC env for swiss we should strip the convertor out of
doc-exports and instead share it between different environments.
2023-06-02 17:09:08 +00:00

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"