creating the .incomplete folder for utorrent

This commit is contained in:
Ken Zhou 2021-01-11 22:52:16 +11:00
parent 85203e295f
commit c45d80d267
2 changed files with 2 additions and 0 deletions

View file

@ -392,6 +392,7 @@ openvpn_config: United-Kingdom
utorrent_available_externally: "false"
utorrent_config_directory: "{{ docker_home }}/utorrent/config"
utorrent_download_directory: "{{ downloads_root }}"
utorrent_download_directory_active: "{{ downloads_root }}/.incomplete"
utorrent_port_http: "8111"
utorrent_port_bt: "6881"
utorrent_user_id: "0"

View file

@ -6,6 +6,7 @@
with_items:
- "{{ utorrent_config_directory }}"
- "{{ utorrent_download_directory }}"
- "{{ utorrent_download_directory_active }}"
- name: uTorrent Docker Container
docker_container: