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:
parent
5b63395d9f
commit
1641dd9795
@ -1,5 +1,6 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
retry_files_enabled=False
|
retry_files_enabled=False
|
||||||
|
force_handlers=True
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining=True
|
pipelining=True
|
||||||
|
Loading…
Reference in New Issue
Block a user