diff --git a/tasks/users.yml b/tasks/users.yml index 805abcf..6ca92e1 100644 --- a/tasks/users.yml +++ b/tasks/users.yml @@ -1,8 +1,8 @@ --- - name: Add users user: - name: "{{ username }}" - password: "{{ password }}" + name: "{{ item.username }}" + password: "{{ item.password }}" shell: /bin/zsh with_items: "{{ users }}"