Fix: quotes...
此提交包含在:
@@ -18,7 +18,7 @@
|
||||
- name: Set shell for root
|
||||
user:
|
||||
name: root
|
||||
shell: "{{ prompt_place["stdout"] }}"
|
||||
shell: "{{ prompt_place['stdout'] }}"
|
||||
tags:
|
||||
- first_deployement
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
name: "{{ item.username }}"
|
||||
password: "{{ item.password }}"
|
||||
uid: "{{ item.uid }}"
|
||||
shell: "{{ prompt_place["stdout"] }}"
|
||||
shell: "{{ prompt_place['stdout'] }}"
|
||||
with_items: "{{ deploy_users }}"
|
||||
tags:
|
||||
- first_deployement
|
||||
@@ -18,7 +18,7 @@
|
||||
name: "{{ item.username }}"
|
||||
password: "{{ item.password }}"
|
||||
uid: "{{ item.uid }}"
|
||||
shell: "{{ prompt_place["stdout"] }}"
|
||||
shell: "{{ prompt_place['stdout'] }}"
|
||||
with_items: "{{ me }}"
|
||||
when: not minimal or not server
|
||||
tags:
|
||||
|
||||
新增問題並參考
封鎖使用者