ansible-personal/ansible.cfg
Alan Orth 1641dd9795
ansible.cfg: Force handlers to run even if a task fails
We don't want services to be left in a broken state just because
a task fails and handlers that might have been notified fail to
run.
2017-01-28 17:36:32 +02:00

7 lines
91 B
INI

[defaults]
retry_files_enabled=False
force_handlers=True
[ssh_connection]
pipelining=True