Compare commits

..

No commits in common. "51912ac674d66b8f0a4ab16af55b6095d872aeac" and "083e0a5396d8b2d3b367eb4bbaf0ede01cf5f34a" have entirely different histories.

2 changed files with 8 additions and 12 deletions

View File

@ -10,9 +10,8 @@
# to verify ufw configuration run:
# sudo ufw status verbose
roles:
- role: pruefungsuser
- role: libreoffice
- role: pruefungsuser
tasks:
- name: Install ufw

View File

@ -12,15 +12,6 @@
state: absent
purge: true
- name: copy template for libreoffice
copy:
src: files/Pruefung.ott
dest: "/home/{{ pruefungsuser }}/Pruefung.ott"
owner: ansible
group: ansible
mode: '0644'
- name: link libreoffice to desktop
file:
src: /usr/share/applications/libreoffice-writer.desktop
@ -28,7 +19,13 @@
owner: "{{ pruefungsuser }}"
group: "{{ pruefungsuser }}"
state: link
- name: copy template for libreoffice
copy:
src: files/Pruefung.ott
dest: "/home/{{ pruefungsuser }}/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