diff --git a/local.yml b/local.yml index 364a7be..6ed9a94 100644 --- a/local.yml +++ b/local.yml @@ -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 }}"