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

9 lines
94 B
YAML
Raw Normal View History

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