From 680aeac3170df901528bed47aa9308ffe6dc29b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Tue, 18 Jun 2024 11:35:10 +0200 Subject: [PATCH] Drop explicit ansible python interpreter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1db0488..15c7da7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ansible_run = ansible-playbook -e ansible_python_interpreter=/usr/bin/python3 --inventory localhost, --diff ./playbook.yml ${ANSIBLE_EXTRA_ARGS} +ansible_run = ansible-playbook --inventory localhost, --diff ./playbook.yml ${ANSIBLE_EXTRA_ARGS} .PHONY: all all: