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
|
- name: Install wallpaper
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "{{ inventory_hostname }}-wallpaper.jpg"
|
src: wallpaper-{{ inventory_hostname }}.jpg
|
||||||
dest: ~{{ item }}/Pictures/wallpaper.jpg
|
dest: ~{{ item }}/Pictures/wallpaper.jpg
|
||||||
owner: "{{ item }}"
|
owner: "{{ item }}"
|
||||||
group: "{{ item }}"
|
group: "{{ item }}"
|
||||||
|
Reference in New Issue
Block a user