Migrate include: to include_tasks

This commit is contained in:
Jake Howard
2022-01-22 20:21:32 +00:00
parent 106a89d72f
commit f07b5d9b7b
9 changed files with 25 additions and 25 deletions

View File

@ -2,7 +2,7 @@
include_vars: vault.yml
- name: Grafana
include: grafana.yml
include_tasks: grafana.yml
- name: Prometheus
include: prometheus.yml
include_tasks: prometheus.yml