ansible/roles/desktop/tasks/setup.yml

10 lines
131 B
YAML
Raw Normal View History

2020-05-31 23:09:44 +00:00
---
- block:
become: yes
- name: install git and make
apt:
update_cache: yes
pkg:
- git
- make