mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
10 lines
186 B
YAML
10 lines
186 B
YAML
- 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 }}
|