diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index cef6c44..f7de55d 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -19,7 +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: