infra-vagrant-host/ansible/tasks/buildtools.yml
2023-02-17 15:48:29 +01:00

9 lines
94 B
YAML

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