There was an error while loading. Please reload this page.
Install zsh and set it as default shell for a list of specified users.
main.yml file in your project folder:
main.yml
- name: zsh hosts: all vars: zsh_config_backup: false zsh_config_overwrite: true zsh_users: - lorem - ipsum roles: - bec.shell.zsh tasks: - ansible.builtin.debug: msg: "ZSH was installed and set as default for 2 users."