summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-15 23:12:24 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-15 23:23:36 +0100
commit9f13fc942ecc910528d37a0e387b1b17b55ce320 (patch)
tree0aec52de8e39116bf314b5f9bb06adae947cd7fb /ansible.cfg
parenta99c135343e22b71ab635f68a1c3917d954e19fb (diff)
Force handlers by default
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg5
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