Add Seafile: seaf-cli in autostart, Seafile directory, AUR package

This commit is contained in:
2026-02-15 21:41:01 +01:00
parent f599bcd147
commit 8d8a51d8b4
3 changed files with 9 additions and 2 deletions

View File

@@ -23,3 +23,9 @@
file:
path: "{{ userhome }}/opt/scripts"
state: directory
- name: User Configuration - Create Seafile directory
become_user: "{{ username }}"
file:
path: "{{ userhome }}/Seafile"
state: directory