Änderungen Autoupdate für Desktop

This commit is contained in:
Frank Schiebel 2023-11-14 10:07:36 +01:00
parent ae71f87b98
commit 29a5b8841e
5 changed files with 58 additions and 1 deletions

View file

@ -39,6 +39,11 @@
</volume>
insertafter: "<!-- Volume definitions -->"
- name: Prepare mount point for homes
ansible.builtin.file:
path: /srv/samba/schools/default-school/
state: directory
mode: '0755'
- name: Prepare persistent user cache base directory
ansible.builtin.file: