hi all,
has anyone seen this error when trying to run commands on an esxi host using ansible
[root@robs-test ~]# ansible esx -a "date"
[WARNING]: No python interpreters found for host esx02 (tried ['/usr/bin/python', 'python3.7', 'python3.6', 'python3.5',
'python2.7', 'python2.6', '/usr/libexec/platform-python', '/usr/bin/python3', 'python'])
esx02 | CHANGED | rc=0 >>
Fri Mar 5 20:56:12 UTC 2021
but the thing is it still connects and retrieves the data
thanks,
rob