From 6f9551adbd78fb23f72f993815643ebd69cd4213 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 1 Apr 2020 22:27:42 +0200 Subject: [PATCH] force_handlers = True --- templates/ansible.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index 64b7ba9..68c70ef 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -10,6 +10,7 @@ strategy = mitogen_linear {% endif %} retry_files_enabled = False +force_handlers = True {% if ansible_use_ara %} callback_plugins = {{ _ara_location.stdout }}/plugins/callbacks