From 142017e95a81113710200ba085ccbdd45f58e084 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Thu, 14 Nov 2019 22:22:51 +0000 Subject: [PATCH] try another hack Signed-off-by: Rick Elrod --- tasks/virt_instance_create.yml | 4 ++++ vars/global.yml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml index 322b1ad9de..36544ba2f1 100644 --- a/tasks/virt_instance_create.yml +++ b/tasks/virt_instance_create.yml @@ -147,3 +147,7 @@ - /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 + set_fact: + ansible_python_interpreter: !!null diff --git a/vars/global.yml b/vars/global.yml index 4f68949152..160d2b4013 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -70,5 +70,3 @@ global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients', # Set up variables for various files to make sure we don't forget to use. repoSpanner_rpms_http: 8445 repoSpanner_ansible_http: 8443 - -ansible_python_interpreter: !!null