mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
netboot.xyz add
This commit is contained in:
parent
de800bf2ec
commit
8f8116f3e8
1 changed files with 4 additions and 0 deletions
4
nas.yml
4
nas.yml
|
@ -112,6 +112,10 @@
|
|||
when: (miniflux_enabled | default(False))
|
||||
tags: miniflux
|
||||
|
||||
- import_tasks: tasks/netbootxyz.yml
|
||||
when: (netbootxyz_enabled | default(False))
|
||||
tags: netbootxyz
|
||||
|
||||
- import_tasks: tasks/nextcloud.yml
|
||||
when: (nextcloud_enabled | default(False))
|
||||
tags: nextcloud
|
||||
|
|
Loading…
Reference in a new issue