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

9 lines
94 B
YAML
Raw Normal View History

2023-02-17 14:48:29 +00:00
---
- name: Install build tools
apt:
name:
- gcc
- make
state: present