mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Add pyload: update nas.yml
This commit is contained in:
parent
3d799837ac
commit
25d7d806f4
1 changed files with 4 additions and 0 deletions
4
nas.yml
4
nas.yml
|
@ -63,6 +63,10 @@
|
||||||
- import_tasks: tasks/transmission_with_openvpn.yml
|
- import_tasks: tasks/transmission_with_openvpn.yml
|
||||||
when: (transmission_with_openvpn_enabled | default(False))
|
when: (transmission_with_openvpn_enabled | default(False))
|
||||||
tags: transmission
|
tags: transmission
|
||||||
|
|
||||||
|
- import_tasks: tasks/pyload.yml
|
||||||
|
when: (pyload_enabled | default(False))
|
||||||
|
tags: pyload
|
||||||
|
|
||||||
- import_tasks: tasks/thelounge.yml
|
- import_tasks: tasks/thelounge.yml
|
||||||
when: (thelounge_enabled | default(False))
|
when: (thelounge_enabled | default(False))
|
||||||
|
|
Loading…
Reference in a new issue