diff --git a/playbook.yml b/playbook.yml index 3116cb1..dd07b3f 100644 --- a/playbook.yml +++ b/playbook.yml @@ -7,6 +7,13 @@ # to verify ufw configuration run: # sudo ufw status verbose tasks: + - name: link libreoffice to desktop + file: + src: /usr/share/applications/libreoffice-writer.desktop + dest: /home/pruefung/Schreibtisch/test-link.desktop + owner: pruefung + group: pruefung + state: link - name: Install ufw apt: package=ufw state=present