From d2fd32be225c821b63ecc327f7518915e5a66ba0 Mon Sep 17 00:00:00 2001 From: Leon Dumestre Date: Thu, 8 Feb 2024 16:11:26 +0100 Subject: [PATCH] fix: python --- TP3/ansible/playbook-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TP3/ansible/playbook-deploy.yml b/TP3/ansible/playbook-deploy.yml index 586e2d8..8b0da7b 100644 --- a/TP3/ansible/playbook-deploy.yml +++ b/TP3/ansible/playbook-deploy.yml @@ -12,4 +12,4 @@ vars: ansible_user: "{{ ANSIBLE_USER }}" - ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file + #ansible_python_interpreter: /usr/bin/python3 \ No newline at end of file