Drop explicit ansible python interpreter

This commit is contained in:
2024-06-18 11:35:10 +02:00
parent 2dccc21d33
commit 680aeac317

View File

@@ -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: