1
0
Fork 0
Ansible-Config/roles/common/tasks/main.yml

12 lines
201 B
YAML

---
- name: Install Micro (Text editor)
ansible.builtin.command:
cmd: curl https://getmic.ro | bash
- name: Install packages
apt:
update_cache: true
pkg:
- git
- neofetch