Install dolphin

This commit is contained in:
Raphael Dannecker 2026-01-21 12:39:48 +01:00
parent 3faf0525a8
commit 0fb913f5c8
2 changed files with 15 additions and 0 deletions

View file

@ -14,6 +14,7 @@
name:
- lxqt
- spice-vdagent
- dolphin
update_cache: true
- name: Add user

View file

@ -14,6 +14,20 @@
dest: /usr/local/bin/lmn-parse-vminfo
mode: '0755'
- name: Create Mountpoint /media/host
ansible.builtin.file:
path: /media/host
state: directory
mode: '0755'
- name: Create bookmarks in filebrowser
ansible.builtin.copy:
dest: /home/user/.gtk-bookmarks
content: |
file:///lmn/media/Home_Server Home_Server
file:///lmn/media/Tausch Tausch
mode: '0644'
# - name: Install impacket pip package
# ansible.builtin.pip:
# name: impacket