summaryrefslogtreecommitdiff
path: root/ansible
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-04-17 18:46:05 +0300
committerLars Wirzenius <liw@liw.fi>2024-04-17 18:46:05 +0300
commit1eeaa1c38d81831d1ddd205af65004cdc8ce7f29 (patch)
treef2939f77fd732d33123dc0ee30501512ca44ac36 /ansible
parentbbe10ae35a30ca650fca31b81f32d17a2d18ab60 (diff)
downloadansibleness-1eeaa1c38d81831d1ddd205af65004cdc8ce7f29.tar.gz
radicle-dev: more disk, packages
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'ansible')
-rw-r--r--ansible/radicle-dev.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/ansible/radicle-dev.yml b/ansible/radicle-dev.yml
index 09a3bb2..6437796 100644
--- a/ansible/radicle-dev.yml
+++ b/ansible/radicle-dev.yml
@@ -12,18 +12,17 @@
- name: "install important additional packages"
apt:
name:
-# - asciidoctor
+ - asciidoctor
- build-essential
- curl
- git
+ - podman
- rsync
- screen
+ - man-db
- moreutils
- tree
-# - debhelper
-# - lintian
-# - python3
-# - ripgrep
+ - vim
vars:
ansible_python_interpreter: /usr/bin/python3