summaryrefslogtreecommitdiff
path: root/ansible/roles/subplot-dev-env/tasks/main.yml
blob: 5c99cfab9ea2a4d54cb936600b17a72404ee9e8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- name: install packages for Subplot use and development
  apt:
    name:
    - debhelper
    - dh-cargo
    - python3
    - pandoc
    - pandoc-citeproc
    - texlive-latex-base
    - texlive-latex-recommended
    - texlive-fonts-recommended
    - librsvg2-bin
    - graphviz
    - plantuml
    - subplot