arr: Fix remaining arrstack_data_dir variable
This commit is contained in:
parent
fbaab26f7f
commit
cd43b25553
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
- name: Create Arr stack data directory
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
path: "{{ arrstack_data_dir }}/{{ item }}"
|
||||
path: "{{ arrstack_serve_dir }}/{{ item }}"
|
||||
owner: "{{ arrstack_puid }}"
|
||||
group: "{{ arrstack_pgid }}"
|
||||
mode: 0770
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue