blob: dc7e040109e07abe70ed6844403861c0f4637f60 [file] [log] [blame]
---
- name: Prepare infra for kube-prometheus-stack role
hosts: all
pre_tasks:
- name: Include infrastructure group variables
include_vars: ../../../../group_vars/infrastructure.yml
tasks:
- name: "Include prepare-kube-prometheus-stack"
include_role:
name: "prepare-kube-prometheus-stack"