8 lines
94 B
YAML
8 lines
94 B
YAML
---
|
|
- name: Install build tools
|
|
apt:
|
|
name:
|
|
- gcc
|
|
- make
|
|
state: present
|
|
|