Just looked over the structure changes for Ansible 2.10, and I'm left with one question - how do I figure out which community a module has moved to? E.g., I was wanting to find where the linode_v4 module went to, and so far I haven't found any way of doing a search for it (I have tried searching for linode_v4 in several search boxes on Github, but so far none have worked).
...until now. Sigh. Of course, while writing this, I found it (anyone else have that happen? Sometimes, writing out the question organizes the mind enough to find what you're looking for). For those who have the same question burning in their mind, looks like for the moment, you want to look at https://raw.githubusercontent.com/ansible/ansible/devel/.github/BOTMETA.yml. It's a plain text file, so you can search it for module names, and find out where they went. E.g. searching linode_v4 found this: lib/ansible/modules/cloud/linode/linode_v4.py: migrated_to: community.general Ben -- Ben Coleman <[email protected]> CTO, Accelerated Design, Inc. (678) 337-8899 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1d0224a6-f061-b4b5-584b-d811d489562c%40accelerateddesign.com.
