mirror of https://github.com/ceph/ceph-ansible.git
Move the dashboard playbook in the main directory
The [group|host]_vars directories are ignored for the dashboard playbook when the inventory file directory doesn't contain those directories. Closes: #4601 Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1761612 Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/4621/head
parent
4e9504c939
commit
8426856262
|
@ -442,7 +442,7 @@
|
|||
run_once: true
|
||||
when: not ceph_status.failed
|
||||
|
||||
- import_playbook: infrastructure-playbooks/dashboard.yml
|
||||
- import_playbook: dashboard.yml
|
||||
when:
|
||||
- dashboard_enabled | bool
|
||||
- groups.get(grafana_server_group_name, []) | length > 0
|
||||
|
|
|
@ -456,7 +456,7 @@
|
|||
run_once: true
|
||||
when: not ceph_status.failed
|
||||
|
||||
- import_playbook: infrastructure-playbooks/dashboard.yml
|
||||
- import_playbook: dashboard.yml
|
||||
when:
|
||||
- dashboard_enabled | bool
|
||||
- groups.get(grafana_server_group_name, []) | length > 0
|
||||
|
|
Loading…
Reference in New Issue