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