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
|
@ -64,6 +64,10 @@
|
|||
when: (transmission_with_openvpn_enabled | default(False))
|
||||
tags: transmission
|
||||
|
||||
- import_tasks: tasks/pyload.yml
|
||||
when: (pyload_enabled | default(False))
|
||||
tags: pyload
|
||||
|
||||
- import_tasks: tasks/thelounge.yml
|
||||
when: (thelounge_enabled | default(False))
|
||||
tags: thelounge
|
||||
|
|
Loading…
Reference in a new issue