ansible/roles/desktop/tasks/setup.yml
2020-07-01 13:39:41 +02:00

10 lines
131 B
YAML

---
- block:
become: yes
- name: install git and make
apt:
update_cache: yes
pkg:
- git
- make