mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
Add paperless_ng roles
This commit is contained in:
parent
aeced61397
commit
47a3b7610c
1 changed files with 5 additions and 0 deletions
5
nas.yml
5
nas.yml
|
@ -203,6 +203,11 @@
|
|||
- organizr
|
||||
when: (organizr_enabled | default(False))
|
||||
|
||||
- role: paperless_ng
|
||||
tags:
|
||||
- paperless_ng
|
||||
when: (paperless_ng_enabled | default(False))
|
||||
|
||||
- role: portainer
|
||||
tags:
|
||||
- portainer
|
||||
|
|
Loading…
Reference in a new issue