mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 16:28:03 +00:00
nas.yml fix to remove couchpotato
This commit is contained in:
parent
f2e1d660ab
commit
4d556c91cc
1 changed files with 0 additions and 4 deletions
4
nas.yml
4
nas.yml
|
@ -197,10 +197,6 @@
|
|||
when: (glances_enabled | default(False))
|
||||
tags: glances
|
||||
|
||||
- import_tasks: tasks/couchpotato.yml
|
||||
when: (couchpotato_enabled | default(False))
|
||||
tags: couchpotato
|
||||
|
||||
- import_tasks: tasks/znc.yml
|
||||
when: (znc_enabled | default(False))
|
||||
tags: znc
|
||||
|
|
Loading…
Reference in a new issue