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