--- - name: Install all packages for shell become: yes become_method: sudo dnf: name: - zsh - tmux - neovim - emacs state: present - name: Set default shell and generate SSH key become: yes become_method: sudo user: name: mfocko shell: /bin/zsh - include: nvim.yml - include: emacs.yml - include: zsh.yml - include: tmux.yml