postgresql icon indicating copy to clipboard operation
postgresql copied to clipboard

Fix python version detection issues on Ubuntu 18.04

Open giner opened this issue 5 years ago • 1 comments

ansible_python_interpreter is empty unless it is set explicitly therefore it is not reliable way of knowing which version of python is used on remote host. Using binary name to know the version is not reliable either.

Fixing by using ansible_python.version.major provided by ansible.

giner avatar Sep 09 '20 13:09 giner

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

github-actions[bot] avatar Dec 19 '23 23:12 github-actions[bot]