You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to collect account information using the task digitalocean.cloud.account_info, it works flawless when I use community.digitalocean.digital_ocean_account_info.
I run the playbook that has only the two tasks above, it shows the error:
{"changed": false, "msg": "Failed to import the required Python library (azure.core.exceptions) on localhost.localdomain's Python /usr/bin/python3. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter"}
I have installed this version of the collection:
Collection Version
---------------------------------------- -------
ansible.posix 1.5.4
digitalocean.cloud 0.6.0
Summary
I am trying to collect account information using the task digitalocean.cloud.account_info, it works flawless when I use community.digitalocean.digital_ocean_account_info.
Issue Type
Bug Report
Component Name
digitalocean.cloud.account_info
Ansible Version
Configuration
OS / Environment
$ cat /etc/os-release
NAME="openSUSE Leap"
VERSION="15.3"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.3"
PRETTY_NAME="openSUSE Leap 15.3"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.3"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"
Steps to Reproduce
Expected Results
I expect the cloud response, but it does not.
Actual Results
I run the playbook that has only the two tasks above, it shows the error:
{"changed": false, "msg": "Failed to import the required Python library (azure.core.exceptions) on localhost.localdomain's Python /usr/bin/python3. Please read the module documentation and install it in the appropriate location. If the required library is installed, but Ansible is using the wrong Python interpreter, please consult the documentation on ansible_python_interpreter"}
I have installed this version of the collection:
I tried using this version of python libs:
I also tried using this version of python libs:
But nothing works.
Code of Conduct
The text was updated successfully, but these errors were encountered: