10 lines
131 B
YAML
10 lines
131 B
YAML
---
|
|
- block:
|
|
become: yes
|
|
- name: install git and make
|
|
apt:
|
|
update_cache: yes
|
|
pkg:
|
|
- git
|
|
- make
|