diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-02-15 23:12:24 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-02-15 23:23:36 +0100 |
| commit | da4a2e113571c600409895ae378e3d3c49626f46 (patch) | |
| tree | 0aec52de8e39116bf314b5f9bb06adae947cd7fb | |
| parent | 0c77738265ba68452d0feb19ad8602636949d427 (diff) | |
Force handlers by default
| -rw-r--r-- | ansible.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ansible.cfg b/ansible.cfg index 18b6f301..222a82d7 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,8 +1,9 @@ [defaults] -display_skipped_hosts = no +display_skipped_hosts = False interpreter_python = auto_silent inventory = ./inventory/ callback_result_format = yaml +force_handlers = True [ssh_connection] -pipelining = yes +pipelining = True |
