---
- name: Install stow
apt:
name: stow
state: present
update_cache: yes
become: true
- name: Install git
name: git
- name: Install acl
name: acl