From bb74f4d89bf79921674b9feaecf0677cb35d746d Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Thu, 14 Nov 2019 22:34:18 +0000 Subject: [PATCH] trying more sillyness to try to bust the cache here Signed-off-by: Rick Elrod --- tasks/virt_instance_create.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index a5e37e7c07..048ead4b76 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -148,6 +148,10 @@ 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 +- name: Try a hack 1 + set_fact: + ansible_python_interpreter: asdf + +- name: Try a hack 2 set_fact: ansible_python_interpreter: auto