try setting ansible_python_interpreter to !!null
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
0475be45de
commit
e500af0b27
2 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue