mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
4 lines
82 B
YAML
4 lines
82 B
YAML
- name: install make
|
|
community.general.pacman:
|
|
name: make
|
|
state: present |