mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-24 09:11:09 +02:00
7 lines
97 B
YAML
7 lines
97 B
YAML
---
|
|
- name: install micro
|
|
community.general.pacman:
|
|
name:
|
|
- micro
|
|
state: present
|