vim & tmux installiert
This commit is contained in:
parent
38304280f7
commit
1014033fbf
1 changed files with 7 additions and 0 deletions
|
|
@ -62,3 +62,10 @@
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
when: docker_installed.failed
|
when: docker_installed.failed
|
||||||
|
|
||||||
|
- name: Install some additional tools
|
||||||
|
become: yes
|
||||||
|
ansible.builtin.apt:
|
||||||
|
name:
|
||||||
|
- vim
|
||||||
|
- tmux
|
||||||
|
state: latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue