try another hack

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2019-11-14 22:22:51 +00:00 committed by Pierre-Yves Chibon
parent 7f37598ff0
commit 142017e95a
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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