12 lines
201 B
YAML
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
|