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
|
# execute this role
|
||||||
- name: "install Jellyfin"
|
- name: "install Grafana and Prometheus"
|
||||||
hosts: "all"
|
hosts: "all"
|
||||||
become: true
|
become: true
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
|
|
@ -17,5 +17,5 @@
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: "docker"
|
- role: "docker"
|
||||||
- role: "jellyfin"
|
- role: "grafana"
|
||||||
- role: "traefik"
|
- role: "traefik"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue