skylab
/
skylab-ansible
Archived
2
0
Fork 0

Fix wallpaper install task

This commit is contained in:
Ethan Paul 2022-05-20 17:09:57 -04:00
parent a7d9e1b270
commit 36ce40d718
Signed by: enpaul
GPG Key ID: 9B6D99E4CFA31867
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 }}"