Ansible ad hoc => stop after first host failed?

e.g.:
ansible my_host_group -m shell -a “systemctl restart my_service” --fork 1

is it possible to stop when the first host failed?