kdevelop hangs, unusual path ownership, permissions.
This commit is contained in:
parent
d34bc5f15c
commit
fd4c55ffea
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@
|
||||||
</volume>
|
</volume>
|
||||||
insertafter: "<!-- Volume definitions -->"
|
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
|
- name: Prepare persistent user cache base directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue