From e5684df2dbfab1f11431ada3059ea8a097ea7731 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 1 Feb 2021 08:12:41 -0600 Subject: [PATCH] Squash python warning. Use future option rather than legacy. --- ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible.cfg b/ansible.cfg index 7147580..421239f 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,6 @@ [defaults] inventory=hosts +interpreter_python=auto_silent [inventory] localhost_warning=False