Open mpaulon opened 2 years ago
Files identified in the description:
plugins/modules/cloud/scaleway/scaleway_organization_info.py
plugins/modules/cloud/scaleway/scaleway_sshkey.py
plugins/modules/packaging/language/ansible_galaxy_install.py
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @QuentinBrosse @Spredzy @abarbare @jerome-quere @kindermoumoute @remyleone @russoz @sieben click here for bot help
Files identified in the description:
plugins/modules/ansible_galaxy_install.py
plugins/modules/scaleway_organization_info.py
plugins/modules/scaleway_sshkey.py
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
Summary
The modules scaleway_sshkey, scaleway_organization_info and maybe some other are broken. Looks like scaleway "silently deprecated the
https://account.scaleway.com/organizations
endpoint becuase it always return{"organizations": []}
now. Looking at their golang sdk, they are now using endpoints likehttps://api.scaleway.com/account/v2alpha1/ssh-keys
to manage sshkeys. I'll try to propose a pull-request to fix at least some of theses issues.Issue Type
Bug Report
Component Name
community.general.scaleway_organization_info, ansible.builtin.scaleway_sshkey
Ansible Version
Community.general Version
Configuration
OS / Environment
No response
Steps to Reproduce
Expected Results
I expect a debug message with infos about my organizations
Actual Results
Code of Conduct