Add download directory to music user
This commit is contained in:
parent
eb545b5d69
commit
0db1e57d9c
@ -30,3 +30,11 @@
|
|||||||
owner: "{{ music_user_name }}"
|
owner: "{{ music_user_name }}"
|
||||||
group: "{{ music_user_name }}"
|
group: "{{ music_user_name }}"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
|
- name: "directories : create download directory"
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "{{ music_user_home_directory }}/download"
|
||||||
|
state: "directory"
|
||||||
|
owner: "{{ music_user_name }}"
|
||||||
|
group: "{{ music_user_name }}"
|
||||||
|
mode: 0755
|
||||||
|
Loading…
Reference in New Issue
Block a user