From 1d100e2213607fae426cda20e79d49741a2877d5 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 25 Aug 2018 15:24:48 +0200 Subject: [PATCH] syntax --- tasks/dotfiles.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: