Install vim and tmux for convenience

This commit is contained in:
Jan Dittberner 2023-08-09 12:10:02 +02:00
parent 932eba8bf0
commit 10fd052d90

View file

@ -1,11 +1,18 @@
---
- name: Install basic developer tools
ansible.builtin.apt:
name:
- vim
- tmux
update_cache: true
become: true
- name: Prepare mkcert
block:
- name: Install mkcert
ansible.builtin.apt:
name: mkcert
update_cache: true
become: true
- name: Install mkcert CA