From 9f13fc942ecc910528d37a0e387b1b17b55ce320 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 15 Feb 2026 23:12:24 +0100 Subject: Force handlers by default --- ansible.cfg | 5 +++-- 1 file 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 -- cgit v1.2.3