mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Merge pull request #559 from jaimesBooth/jaimesBooth-KomgaToNasyml
komga to nasyml
This commit is contained in:
commit
53560ef25e
1 changed files with 5 additions and 0 deletions
5
nas.yml
5
nas.yml
|
@ -165,6 +165,11 @@
|
|||
- jellyfin
|
||||
when: (jellyfin_enabled | default(False))
|
||||
|
||||
- role: komga
|
||||
tags:
|
||||
- komga
|
||||
when: (komga_enabled | default(False))
|
||||
|
||||
- role: lidarr
|
||||
tags:
|
||||
- lidarr
|
||||
|
|
Loading…
Reference in a new issue