From 9f2e309ab7afd92ed62ea9141f8d6442b9f74b2a Mon Sep 17 00:00:00 2001 From: Lilian Roller Date: Tue, 11 Jun 2019 13:09:08 +0200 Subject: [PATCH] remove whitespace --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index d341b5e..9c39649 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -69,10 +69,10 @@ when: config_file_backup.stat.exists - name: copy files - copy: + copy: src: "{{ item.src }}" dest: "{{ item.dest }}" with_items: - { src: 'files/background.png', dest: "/home/{{ i3wm_user }}/.config/background.png" } - { src: 'files/lockscreen.png', dest: '/home/{{ i3wm_user }}/.config/lockscreen.png' } - when: i3wm_copy_wallpapers | bool + when: i3wm_copy_wallpapers | bool