diff --git a/tasks/loritz-user.yml b/tasks/loritz-user.yml index abed4d2..d9441a3 100644 --- a/tasks/loritz-user.yml +++ b/tasks/loritz-user.yml @@ -69,10 +69,18 @@ mode: 0755 -- name: Copie config Libreoffice +- name: Copie logo Microsoft 365 copy: src: files/microsoft_365.png dest: /usr/share/pixmaps/ owner: root group: root + mode: 0755 + +- name: Copie config LibreOffice + copy: + src: files/registrymodifications.xcu + dest: /home/axel/.config/libreoffice/4/user/ + owner: loritz + group: loritz mode: 0755 \ No newline at end of file