From 55579bbd5e1836903935aa0b52d82e1c1d065de1 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 25 Aug 2018 15:36:24 +0200 Subject: [PATCH] tab issue...! --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: