mirror of https://github.com/ceph/ceph-ansible.git
8 lines
296 B
YAML
8 lines
296 B
YAML
---
|
|
- name: Include_tasks convert_grafana_server_group_name.yml
|
|
ansible.builtin.include_tasks: convert_grafana_server_group_name.yml
|
|
when: groups.get((grafana_server_group_name|default('grafana-server')), []) | length > 0
|
|
|
|
- name: Include facts.yml
|
|
ansible.builtin.include_tasks: facts.yml
|