ansible/test/integration/roles/test_force_handlers/handlers/main.yml
Jesse Rusak d13646dcc5 Fix --force-handlers, and allow it in plays and ansible.cfg
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.
2015-04-13 10:20:11 -04:00

2 lines
No EOL
79 B
YAML

- name: echoing handler
command: echo CALLED_HANDLER_{{ inventory_hostname }}