Fix(Choux): user and gdm

此提交包含在:
2019-03-06 09:28:19 +01:00
父節點 33e46732bb
當前提交 08312fca06

查看文件

@@ -9,6 +9,7 @@
password: "{{ item.password }}" password: "{{ item.password }}"
uid: "{{ item.uid }}" uid: "{{ item.uid }}"
shell: "{{ prompt_place['stdout'] }}" shell: "{{ prompt_place['stdout'] }}"
state: present
with_items: "{{ deploy_users }}" with_items: "{{ deploy_users }}"
tags: tags:
- first_deployement - first_deployement
@@ -18,7 +19,8 @@
name: "{{ item.username }}" name: "{{ item.username }}"
password: "{{ item.password }}" password: "{{ item.password }}"
uid: "{{ item.uid }}" uid: "{{ item.uid }}"
shell: "{{ prompt_place['stdout'] }}" # shell: "{{ prompt_place['stdout'] }}"
state: present
with_items: "{{ me }}" with_items: "{{ me }}"
when: not minimal or not server when: not minimal or not server
tags: tags: