- shell: "dockutil --find {{ item.name }} || dockutil --add {{ item.path }} --replacing {{ item.name }}"
+ shell: "dockutil --find '{{ item.name }}' || dockutil --add '{{ item.path }}' --replacing '{{ item.name }}'"
- shell: "dockutil --move {{ item.name }} --position {{ item.pos }}"
+ shell: "dockutil --move '{{ item.name }}' --position {{ item.pos }}"