playbook.yml aktualisiert
This commit is contained in:
parent
1e9a906ed5
commit
4bda6214da
10
playbook.yml
10
playbook.yml
|
@ -114,7 +114,17 @@
|
|||
owner: "pruefung"
|
||||
group: "pruefung"
|
||||
|
||||
- name: Set timezone to Europe/Vienna
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue