Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jun 11, 2019
1 parent 4ac42e9 commit 9f2e309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f2e309

Please sign in to comment.