playbook.yml aktualisiert

This commit is contained in:
az 2024-05-08 15:17:01 +02:00
parent 554a5f96b7
commit dbc8eb0482
1 changed files with 0 additions and 19 deletions

View File

@ -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: