change qbittorrent data dir

This commit is contained in:
2024-05-16 21:50:48 +12:00
parent 2d31a5524f
commit c8ab4633ca
4 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@
- docker_volumes | length > 0
community.general.docker_volume:
driver: "{{ item.driver | default('local') }}"
# driver_options: "{{ item.driver_options | default({}) }}"
driver_options: "{{ item.driver_options | default({}) }}"
recreate: "never"
state: "present"
volume_name: "{{ item.name }}"