mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1266 from ceph/issue-1265
ceph-common: remove absolute path to handler include filespull/1269/head
commit
d7cc546924
|
@ -5,16 +5,16 @@
|
|||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: restart ceph mons
|
||||
include: "{{ playbook_dir }}/roles/ceph-common/handlers/restart-mon.yml"
|
||||
include: "./restart-mon.yml"
|
||||
|
||||
- name: restart ceph osds
|
||||
include: "{{ playbook_dir }}/roles/ceph-common/handlers/restart-osd.yml"
|
||||
include: "./restart-osd.yml"
|
||||
|
||||
- name: restart ceph mdss
|
||||
include: "{{ playbook_dir }}/roles/ceph-common/handlers/restart-mds.yml"
|
||||
include: "./restart-mds.yml"
|
||||
|
||||
- name: restart ceph rgws
|
||||
include: "{{ playbook_dir }}/roles/ceph-common/handlers/restart-rgw.yml"
|
||||
include: "./restart-rgw.yml"
|
||||
|
||||
- name: restart ceph nfss
|
||||
service:
|
||||
|
|
Loading…
Reference in New Issue