playbook.yml aktualisiert
This commit is contained in:
parent
b51ea0b660
commit
a8150120b2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue