ansible-roles/pandoc/tasks/main.yml

9 lines
213 B
YAML
Raw Normal View History

---
- name: Get the pandoc deb package
get_url: url={{pandoc_pkg_url}} dest=/srv/{{ pandoc_pkg_file }}
tags: pandoc
- name: Install the pandoc deb package
apt: deb=/srv/{{ pandoc_pkg_file }}
tags: pandoc