try setting ansible_python_interpreter to !!null

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2019-11-14 22:16:32 +00:00 committed by Pierre-Yves Chibon
parent 0475be45de
commit e500af0b27
2 changed files with 1 additions and 7 deletions

View file

@ -381,4 +381,4 @@ sshd_sftp: false
#
# Autodetect python version
#
ansible_python_interpreter: auto
ansible_python_interpreter: !!null

View file

@ -147,9 +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: gather facts
setup:
check_mode: no
ignore_errors: True
register: facts