From 03134f1da47046603af57d690b7dec1707317647 Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Sat, 27 Aug 2022 22:59:06 +0100 Subject: [PATCH] removed exact path to python interpreter --- setup-linode.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup-linode.yml b/setup-linode.yml index 03cd371..13bf16a 100644 --- a/setup-linode.yml +++ b/setup-linode.yml @@ -1,7 +1,5 @@ --- - hosts: localhost become: true - vars: - ansible_python_interpreter: /Users/chatton/checkouts/ansible-homelab/venv/bin/python roles: - role: 'roles/setup_linode'