equinix-labs / ansible-collection-equinix

Ansible content to help automate the management of Equinix resources
https://deploy.equinix.com/labs/ansible-collection-equinix/
GNU General Public License v3.0
2 stars 8 forks source link

Add module metal_metro_info #98

Closed t0mk closed 1 year ago

t0mk commented 1 year ago

This PR adds a module for listing metros. Towards milestone 0.2.0

fixes #22

ctreatma commented 1 year ago

CI is failing with the error fatal: [testhost]: FAILED! => {"msg": "Unable to import ('ansible_collections', 'equinix', 'cloud', 'plugins', 'module_utils', 'metal', 'metal_api') due to invalid syntax"}

t0mk commented 1 year ago

CI is failing with the error fatal: [testhost]: FAILED! => {"msg": "Unable to import ('ansible_collections', 'equinix', 'cloud', 'plugins', 'module_utils', 'metal', 'metal_api') due to invalid syntax"}

I accidentally skipped one merge conflict, and I didn't test before I pushed (just before leaving yesterday, sorry).

I fixed it now.