infra-vagrant-host/ansible/tasks/buildtools.yml

9 lines
94 B
YAML

---
- name: Install build tools
apt:
name:
- gcc
- make
state: present