diff --git a/README.md b/README.md index ca74415..f826581 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ git submodule add roles/oh-my-zsh plugins: - zsh-syntax-highlighting - zsh-autosuggestions - users: + oh-my-zsh-users: - me - root ``` \ No newline at end of file diff --git a/tasks/main.yml b/tasks/main.yml index bceed2a..e4d709f 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: