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.
This commit is contained in:
Alan Orth 2017-01-28 17:36:32 +02:00
parent 5b63395d9f
commit 1641dd9795
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[defaults]
retry_files_enabled=False
force_handlers=True
[ssh_connection]
pipelining=True