मैं सरल सीख रहा हूं और सरल प्लेबुक लिख रहा हूं, लेकिन मुझे समझ नहीं आ रहा है कि मैं क्या गलत कर रहा हूं कि हैंडलर काम नहीं कर रहा है! कृपया मेरी मदद करें।
मेरी प्लेबुक:
- hosts: HA
gather_facts: False
tasks:
- name: Installs pacemaker
yum: pkg=pacemaker,pcs,resource-agents state=latest
notify:
- pcsd start
handlers:
- name: pcsd start
systemd: name=pcsd state=started
उन्होंने सूचित किया:
PLAY [HA] **********************************************************************
TASK [Installs pacemaker] ******************************************************
ok: [test-ha2]
ok: [test-ha1]
PLAY RECAP *********************************************************************
test-ha1 : ok=1 changed=0 unreachable=0 failed=0
test-ha2 : ok=1 changed=0 unreachable=0 failed=0