mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
try setting ansible_python_interpreter to !!null
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
0475be45de
commit
e500af0b27
@@ -381,4 +381,4 @@ sshd_sftp: false
|
||||
#
|
||||
# Autodetect python version
|
||||
#
|
||||
ansible_python_interpreter: auto
|
||||
ansible_python_interpreter: !!null
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user