Fix wallpaper install task

This commit is contained in:
2022-05-20 17:09:57 -04:00
parent a7d9e1b270
commit 36ce40d718
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 664 KiB

After

Width:  |  Height:  |  Size: 664 KiB

View File

@@ -120,7 +120,7 @@
- name: Install wallpaper
become: true
ansible.builtin.copy:
src: "{{ inventory_hostname }}-wallpaper.jpg"
src: wallpaper-{{ inventory_hostname }}.jpg
dest: ~{{ item }}/Pictures/wallpaper.jpg
owner: "{{ item }}"
group: "{{ item }}"