From 08312fca068562a27ae0bedbdd63ae76dca153f0 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 6 Mar 2019 09:28:19 +0100 Subject: [PATCH] Fix(Choux): user and gdm --- tasks/users.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/users.yml b/tasks/users.yml index 895ad31..7252bae 100644 --- a/tasks/users.yml +++ b/tasks/users.yml @@ -9,6 +9,7 @@ password: "{{ item.password }}" uid: "{{ item.uid }}" shell: "{{ prompt_place['stdout'] }}" + state: present with_items: "{{ deploy_users }}" tags: - first_deployement @@ -18,7 +19,8 @@ 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 tags: