vim & tmux installiert

This commit is contained in:
Jesko Anschütz 2025-10-29 16:22:47 +01:00
parent 38304280f7
commit 1014033fbf

View file

@ -62,3 +62,10 @@
update_cache: yes
when: docker_installed.failed
- name: Install some additional tools
become: yes
ansible.builtin.apt:
name:
- vim
- tmux
state: latest