From e4bd137ddaa63ae9671a5a7bdc4d972c60b9c994 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Wed, 11 Nov 2020 15:04:59 +0100 Subject: [PATCH] Use python3 on wsl clients --- inventory.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory.yaml b/inventory.yaml index c4089a0..eb3fcdc 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -5,6 +5,7 @@ all: ansible_connection: local ansible_host: localhost ansible_user: root + ansible_python_interpreter: python3 arch: ansible_connection: local ansible_host: localhost