diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index abc63a8..cef6c44 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -19,8 +19,7 @@ src: files/tmux.conf dest: /home/{{ item.username }}/.tmux.conf owner: "{{ item.username }}" - with_items: - - "{{ me }}" + with_items: "{{ me }}" - name: Install tmuxinator gem: