devops-shit/ansible-base/roles/packages/tasks/main.yml

14 lines
196 B
YAML
Raw Normal View History

2021-09-24 12:51:19 +03:00
---
- name: Install mc
apt:
name: mc
state: present
- name: Install htop
apt:
name: htop
state: present
- name: Install vim
apt:
name: vim
state: present