From e4a8e812e2189321cd1b8e02a97a4bd91f0f6e69 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Thu, 14 Nov 2019 22:29:02 +0000 Subject: [PATCH] what if I set it to something completely whacky? Signed-off-by: Rick Elrod --- tasks/virt_instance_create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 78bd70a826..a3458b1ef3 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -150,4 +150,4 @@ - name: Try a hack set_fact: - ansible_python_interpreter: /usr/bin/python3 + ansible_python_interpreter: False