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