From 0a3ef55c7ccb87ae4ba820001601fd34341442fa Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 10 Aug 2025 19:26:56 +0100 Subject: Use discovered python interpreter without warning I don't need to specify the exact interpreter through ansible, as I can do this from the host itself. --- ansible.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ansible.cfg') diff --git a/ansible.cfg b/ansible.cfg index ce70a05..bde03fb 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,3 +5,7 @@ [connection] pipelining = true + +[defaults] + +interpreter_python = auto_silent -- cgit v1.2.3