Fix: quotes...

此提交包含在:
2019-02-08 09:14:50 +01:00
父節點 17b05c8f2e
當前提交 c47342842c
共有 2 個檔案被更改,包括 3 行新增3 行删除

查看文件

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