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
Currently to use this collection we need to have name like:
scaleway.scaleway.scaleway_account_project
It would be helpful to simplify this name to something shorter ideally something like:
scaleway.account.project
Also we would need to enable aliases to ensure that existing module using those names would continue to work (but with a deprecated message asking user to change to a simplified name).
Examples of module names can be found using ansible-doc -t module -l
The text was updated successfully, but these errors were encountered:
Currently to use this collection we need to have name like:
It would be helpful to simplify this name to something shorter ideally something like:
Also we would need to enable aliases to ensure that existing module using those names would continue to work (but with a deprecated message asking user to change to a simplified name).
Examples of module names can be found using
ansible-doc -t module -l
The text was updated successfully, but these errors were encountered: