From abdc53c317f9978995cb6562bc3cb1f2a516175a Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Tue, 5 Jan 2021 21:15:30 +0100 Subject: [PATCH] ansible.cfg: Always enable diff on playbook executions --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index f81ae66..3eaeede 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -10,3 +10,6 @@ interpreter_python = auto # mitogen, see https://mitogen.networkgenomics.com/ansible_detailed.html strategy_plugins = ./misc/mitogen/ansible_mitogen/plugins/strategy strategy = mitogen_linear + +[diff] +always = True