diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index f811c1b..4db78f9 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -28,7 +28,7 @@ dest: /home/{{ item.username }}/.tmux/plugins/tpm version: master accept_hostkey: yes - with_items: {{ me }} + with_items: "{{ me }}" - name: Copy tmux.conf template: