Änderungen Autoupdate für Desktop
This commit is contained in:
parent
ae71f87b98
commit
29a5b8841e
5 changed files with 58 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue