1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00

remove whitespace

This commit is contained in:
Lilian Roller 2019-06-11 13:09:08 +02:00
parent 4ac42e9021
commit 9f2e309ab7
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -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