Fix(Choux): user and gdm

This commit is contained in:
Bertrand Benjamin 2019-03-06 09:28:19 +01:00
parent 33e46732bb
commit 08312fca06
1 changed files with 3 additions and 1 deletions

View File

@ -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: