Configure a valid DHT cache directory.
This commit is contained in:
parent
57ec856f49
commit
350f4c2646
3 changed files with 16 additions and 3 deletions
|
@ -176,7 +176,14 @@
|
|||
group: lmnsynci
|
||||
mode: '0640'
|
||||
content: |
|
||||
"{{ uploadseed_pwd }}"
|
||||
{{ uploadseed_pwd }}
|
||||
|
||||
- name: Prepare directory for aria2 dht.dat
|
||||
ansible.builtin.file:
|
||||
path: /var/cache/aria2/
|
||||
state: directory
|
||||
owner: lmnsynci
|
||||
group: lmnsynci
|
||||
|
||||
- name: Prepare directory for qemu bridge config
|
||||
ansible.builtin.file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue