fejl i wallpaper rettet

This commit is contained in:
Mikkel Harboe Arp Henriksen
2025-06-14 17:49:33 +02:00
parent 8ac6f55bc8
commit 1ab2c411ee

View File

@@ -105,6 +105,14 @@
mode: '0644'
notify: Opdater font cache
- name: "BRUGER :: Opret Pictures-mappen" # <--- TILFØJ DENNE NYE OPGAVE
become: true
become_user: "{{ username }}"
ansible.builtin.file:
path: "/home/{{ username }}/Pictures"
state: directory
mode: '0755'
- name: "TEMA :: Kopier Atlantis baggrundsbillede"
become: true
become_user: "{{ username }}"