summaryrefslogtreecommitdiff
path: root/ansible/jt-dev.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-25 19:17:12 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-25 19:17:12 +0300
commitfe423077e52f7976dfac93190643f0545b7e5b3f (patch)
tree9b56b2818a29310cf9eb9201873aec962e0c725b /ansible/jt-dev.yml
parent464076d6b87ccfeb51744b19b0633acc0bc0583c (diff)
downloadansibleness-fe423077e52f7976dfac93190643f0545b7e5b3f.tar.gz
jt-dev: add deps needed to let jt tests pass
Sponsored-by: author
Diffstat (limited to 'ansible/jt-dev.yml')
-rw-r--r--ansible/jt-dev.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/jt-dev.yml b/ansible/jt-dev.yml
index de9b0d7..f05090f 100644
--- a/ansible/jt-dev.yml
+++ b/ansible/jt-dev.yml
@@ -16,7 +16,15 @@
tasks:
- apt:
name:
+ - black
- build-essential
+ - jq
+ - moreutils
+ - python3
+ - subplot
+ - texlive-fonts-recommended
+ - texlive-latex-base
+ - texlive-latex-recommended
vars:
ansible_python_interpreter: python3