- name: set up zsh for user hosts: all become: no tasks: - name: change user shell to zsh become: yes user: name: mo shell: /bin/zsh