-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
meta/runtime.yml requires_ansible drop the space #8
meta/runtime.yml requires_ansible drop the space #8
Conversation
This was triggering the following error: ``` plugins/module_utils/version.py:19:9: F401 'distutils.version.LooseVersion' imported but unused Import Task "23904" failed: 'requires_ansible' is not a valid semantic_version requirement specification ```
90e4a1f
to
120a39d
Compare
Codecov Report
@@ Coverage Diff @@
## main #8 +/- ##
=======================================
Coverage 59.55% 59.55%
=======================================
Files 7 7
Lines 403 403
Branches 93 93
=======================================
Hits 240 240
Misses 119 119
Partials 44 44
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Build succeeded. ✔️ build-ansible-collection SUCCESS in 3m 09s |
Build succeeded (gate pipeline). ✔️ build-ansible-collection SUCCESS in 3m 09s |
meta/runtime.yml requires_ansible drop the space This was triggering the following error: plugins/module_utils/version.py:19:9: F401 'distutils.version.LooseVersion' imported but unused Import Task "23904" failed: 'requires_ansible' is not a valid semantic_version requirement specification Reviewed-by: Mike Graves <mgraves@redhat.com> (cherry picked from commit f9e0113)
meta/runtime.yml requires_ansible drop the space (#8) SUMMARY meta/runtime.yml requires_ansible drop the space This was triggering the following error: plugins/module_utils/version.py:19:9: F401 'distutils.version.LooseVersion' imported but unused Import Task "23904" failed: 'requires_ansible' is not a valid semantic_version requirement specification Reviewed-by: Mike Graves mgraves@redhat.com (cherry picked from commit f9e0113) ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION
This was triggering the following error: