diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-08-10 19:26:56 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-08-10 19:26:56 +0100 |
commit | 0a3ef55c7ccb87ae4ba820001601fd34341442fa (patch) | |
tree | 62b273718dd92b662e2fb8ca5246517f04a430be | |
parent | fc0cbbd2af2f98d10e740d6ff7ce9f1888dec222 (diff) |
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.
-rw-r--r-- | ansible.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
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 |