dell / ansible-powermax

Ansible Modules for Dell PowerMax
GNU General Public License v3.0
36 stars 37 forks source link

[BUG]: meta/runtime.yml contains redirects that will stop working with ansible-core 2.14 #24

Closed felixfontein closed 1 year ago

felixfontein commented 2 years ago

Describe the bug The redirect entries in meta/runtime.yml do not contain FQCNs, but short names: https://github.com/dell/ansible-powermax/blob/1.8.0/meta/runtime.yml#L6-L81

This will result in an error with ansible-core 2.14, see https://github.com/ansible/ansible/pull/78755.

Jennifer-John commented 1 year ago

Closing this issue as it is fix as part of PR #28