From 13d725c964088d22e63027194de391d6b2b80da1 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 7 Sep 2019 00:15:05 +0200 Subject: [PATCH] ansible.cfg: Enabled force_handlers --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index e830901..7c16196 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,7 @@ [defaults] ask_vault_pass = True +force_handlers = True inventory = ./hosts nocows = True retry_files_enabled = False