mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-25 11:03:07 +00:00
commit
3d989236bd
1 changed files with 2 additions and 2 deletions
4
nas.yml
4
nas.yml
|
@ -135,7 +135,7 @@
|
||||||
|
|
||||||
- role: jackett
|
- role: jackett
|
||||||
tags:
|
tags:
|
||||||
- jackettfalse
|
- jackett
|
||||||
when: (jackett_enabled | default(False))
|
when: (jackett_enabled | default(False))
|
||||||
|
|
||||||
- role: lidarr
|
- role: lidarr
|
||||||
|
@ -250,7 +250,7 @@
|
||||||
|
|
||||||
- role: transmission-with-openvpn
|
- role: transmission-with-openvpn
|
||||||
tags:
|
tags:
|
||||||
- transmission_with_openvpn_enabled
|
- transmission_with_openvpn
|
||||||
when: (transmission_with_openvpn_enabled | default(False))
|
when: (transmission_with_openvpn_enabled | default(False))
|
||||||
|
|
||||||
- role: utorrent
|
- role: utorrent
|
||||||
|
|
Loading…
Reference in a new issue