change users to oh-my-zsh users
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user