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:
parent
4ac42e9021
commit
9f2e309ab7
1 changed files with 2 additions and 2 deletions
|
@ -69,10 +69,10 @@
|
||||||
when: config_file_backup.stat.exists
|
when: config_file_backup.stat.exists
|
||||||
|
|
||||||
- name: copy files
|
- name: copy files
|
||||||
copy:
|
copy:
|
||||||
src: "{{ item.src }}"
|
src: "{{ item.src }}"
|
||||||
dest: "{{ item.dest }}"
|
dest: "{{ item.dest }}"
|
||||||
with_items:
|
with_items:
|
||||||
- { src: 'files/background.png', dest: "/home/{{ i3wm_user }}/.config/background.png" }
|
- { src: 'files/background.png', dest: "/home/{{ i3wm_user }}/.config/background.png" }
|
||||||
- { src: 'files/lockscreen.png', dest: '/home/{{ i3wm_user }}/.config/lockscreen.png' }
|
- { src: 'files/lockscreen.png', dest: '/home/{{ i3wm_user }}/.config/lockscreen.png' }
|
||||||
when: i3wm_copy_wallpapers | bool
|
when: i3wm_copy_wallpapers | bool
|
||||||
|
|
Loading…
Reference in a new issue