diff --git a/tasks/users.yml b/tasks/users.yml index 7252bae..1bd1246 100644 --- a/tasks/users.yml +++ b/tasks/users.yml @@ -19,7 +19,7 @@ name: "{{ item.username }}" password: "{{ item.password }}" uid: "{{ item.uid }}" - # shell: "{{ prompt_place['stdout'] }}" + shell: "{{ prompt_place['stdout'] }}" state: present with_items: "{{ me }}" when: not minimal or not server