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
# Rest of galaxy.yml heredependencies:
openstack.cloud: ''
Desired Behaviour
This string is invalid. At the time of attempting to import to Galaxy, the above dependency results in the following error: ERROR! Galaxy import process failed: Invalid collection metadata. Dependency version spec range invalid: openstack.cloud (Code: None)
ansible-lint should be able to check at least some, if not all, of the versions of dependency strings that are invalid. However, at present, it does not raise any issues with invalid values such as an empty string.
Actual Behaviour
ansible-lint passes successfully
The text was updated successfully, but these errors were encountered:
Summary
Running in a collection does not detect invalid values for galaxy.yml's dependencies
Issue Type
Ansible and Ansible Lint details
OS / ENVIRONMENT
Fedora Silverblue 34
STEPS TO REPRODUCE
Desired Behaviour
This string is invalid. At the time of attempting to import to Galaxy, the above dependency results in the following error:
ERROR! Galaxy import process failed: Invalid collection metadata. Dependency version spec range invalid: openstack.cloud (Code: None)
ansible-lint should be able to check at least some, if not all, of the versions of dependency strings that are invalid. However, at present, it does not raise any issues with invalid values such as an empty string.
Actual Behaviour
ansible-lint passes successfully
The text was updated successfully, but these errors were encountered: