Fix wallpaper install task
This commit is contained in:
parent
a7d9e1b270
commit
36ce40d718
0
skylab/core/roles/workstation/files/wallpaper-discovery.jpg
Executable file → Normal file
0
skylab/core/roles/workstation/files/wallpaper-discovery.jpg
Executable file → Normal file
Before Width: | Height: | Size: 664 KiB After Width: | Height: | Size: 664 KiB |
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user