configuration.yml 116 B

12345
  1. ---
  2. - name: "00: Set default shell to ZSH"
  3. become: True
  4. ansible.builtin.command: "chsh -s /usr/bin/zsh aeth"