ansible-role-photoprism/tasks/main.yml
2023-01-20 19:02:21 +01:00

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