blob: f8d6caae48a7916e01cf451cf1696aa5a8378384 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---
- name: Select strategy
ansible.builtin.include_tasks:
file: '{{ prometheus_target_strategy }}.yml'
vars:
changed: false
- name: Run handlers
ansible.builtin.include_tasks:
file: handlers.yml
when: changed
|