10 lines
186 B
YAML
Raw Normal View History

2022-12-30 11:51:39 -08:00
- name: change {{ user }} shell to zsh
user:
name: "{{ user }}"
shell: /bin/zsh
become: true
- name: Set rbw email
shell: |
rbw config set email {{ bitwarden_email }}