--- - name: Install zsh for Debian based distros become: true ansible.builtin.apt: name: zsh state: latest tags: - Debian - linux - package