From 7cf5ac21ede15dd627311fb1ea8dd6b172abdc84 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Tue, 22 Dec 2020 14:30:33 +0100 Subject: [PATCH] ansible: no cows (fun, but harder to read stuff) --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 866fbc4..c39516a 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,3 +1,4 @@ [defaults] interpreter_python = auto_silent +nocows = True