diff --git a/playbook.yml b/playbook.yml index 5904149..55b0d9e 100644 --- a/playbook.yml +++ b/playbook.yml @@ -7,13 +7,6 @@ # 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 @@ -159,18 +152,6 @@ timezone: name: Europe/Vienna - - name: copy template for libreoffice - copy: - src: files/Pruefung.ott - dest: /home/pruefung/Pruefung.ott - owner: ansible - group: ansible - mode: '0644' - - name: make sure libreoffice uses ower template. spacing, border, font,... - ansible.builtin.lineinfile: - path: /usr/share/applications/libreoffice-writer.desktop - regexp: 'Exec=libreoffice --writer %U' - line: Exec=libreoffice --writer %U -n /home/pruefung/Pruefung.ott - name: purge some prior installed packages apt: