From 497c103cd2a61ef1faf5402e3c33427dc2131d25 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 23 Aug 2018 16:16:58 +0200 Subject: [PATCH] Syntax --- tasks/dotfiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: