From 7c2274b8512933b0289c2d04b88f3c8587ecbf94 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Thu, 14 Nov 2019 22:46:43 +0000 Subject: [PATCH] undo all that Signed-off-by: Rick Elrod --- tasks/virt_instance_create.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 048ead4b76..322b1ad9de 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -147,11 +147,3 @@ - /etc/ssh/ssh_known_hosts when: inventory_hostname not in result.list_vms and inventory_hostname in groups['osbs_masters']+groups['osbs_nodes'] delegate_to: osbs-control01.phx2.fedoraproject.org - -- name: Try a hack 1 - set_fact: - ansible_python_interpreter: asdf - -- name: Try a hack 2 - set_fact: - ansible_python_interpreter: auto