fix: playbook references from previous role
This commit is contained in:
parent
4f744469c0
commit
2d48a38a4c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
|
||||
# execute this role
|
||||
- name: "install Jellyfin"
|
||||
- name: "install Grafana and Prometheus"
|
||||
hosts: "all"
|
||||
become: true
|
||||
pre_tasks:
|
||||
|
|
@ -17,5 +17,5 @@
|
|||
|
||||
roles:
|
||||
- role: "docker"
|
||||
- role: "jellyfin"
|
||||
- role: "grafana"
|
||||
- role: "traefik"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue