- name: Update Aptitude become: true ansible.builtin.apt:: update_cache: true tags: - always - name: Install dependencies become: true ansible.builtin.apt:: name: [curl, git, zsh, docker, fzf, tmux, stow, unzip, zip] tags: - always