12 lines
193 B
YAML
12 lines
193 B
YAML
|
---
|
||
|
|
||
|
- name: "PHOTOPRISM | Configure"
|
||
|
import_tasks: config.yml
|
||
|
tags:
|
||
|
- photoprism_configure
|
||
|
|
||
|
- name: "PHOTOPRISM | Install"
|
||
|
import_tasks: install.yml
|
||
|
tags:
|
||
|
- photoprism_install
|