change users to oh-my-zsh users

This commit is contained in:
me 2022-05-02 10:58:24 +02:00
parent a9ca22c1f6
commit 2d42288901
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ git submodule add <repository_url> roles/oh-my-zsh
plugins:
- zsh-syntax-highlighting
- zsh-autosuggestions
users:
oh-my-zsh-users:
- me
- root
```

View File

@ -16,7 +16,7 @@
user:
name: "{{ item }}"
shell: /bin/zsh
with_items: "{{ users }}"
with_items: "{{ oh-my-zsh-users }}"
register: user
- name: copy .zsh template to userhome .zshrc"
copy: