Estou aprendendo a aprender e escrevi um manual simples, mas não entendo ou o que estou fazendo de errado que o manipulador não está funcionando! Por favor me ajude.
Meu manual:
- 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
Ele pulou notificar:
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
ansible
ansible-playbook
amkgi
fonte
fonte