Fix: fish for me
This commit is contained in:
parent
d57d73fffa
commit
526dc922f1
@ -19,7 +19,7 @@
|
|||||||
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
|
state: present
|
||||||
with_items: "{{ me }}"
|
with_items: "{{ me }}"
|
||||||
when: not minimal or not server
|
when: not minimal or not server
|
||||||
|
Loading…
Reference in New Issue
Block a user