mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 16:28:03 +00:00
creating the .incomplete folder for utorrent
This commit is contained in:
parent
85203e295f
commit
c45d80d267
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
with_items:
|
||||
- "{{ utorrent_config_directory }}"
|
||||
- "{{ utorrent_download_directory }}"
|
||||
- "{{ utorrent_download_directory_active }}"
|
||||
|
||||
- name: uTorrent Docker Container
|
||||
docker_container:
|
||||
|
|
Loading…
Reference in a new issue