Files
computer-playbook/roles/dev-make/tasks/main.yml

4 lines
82 B
YAML

- name: install make
community.general.pacman:
name: make
state: present