From 526dc922f15d9f3d3716749c52cf05f093654066 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 18 Apr 2019 15:48:08 +0200 Subject: [PATCH] Fix: fish for me --- tasks/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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