652cd6cd5e
The --force-handlers command line argument was not correctly running handlers on hosts which had tasks that later failed. This corrects that, and also allows you to specify force_handlers in ansible.cfg or in a play.
2 lines
No EOL
79 B
YAML
2 lines
No EOL
79 B
YAML
- name: echoing handler
|
|
command: echo CALLED_HANDLER_{{ inventory_hostname }} |