This commit is contained in:
2021-09-24 12:51:19 +03:00
commit 2ebfa30b0f
14 changed files with 786 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: Install mc
apt:
name: mc
state: present
- name: Install htop
apt:
name: htop
state: present
- name: Install vim
apt:
name: vim
state: present