(re-posting to the correct list this time )
Hey all,
This is my first time attempting to contribute here and I’m mainly after a bit of a sanity check.
This is the issue I’m looking at: https://github.com/ansible/ansible/issues/21588
The module currently uses boto but boto3 is needed to modify volumes. I think the best way to handle this would be to just convert the whole module to use boto3. Of course this can break the module for users missing boto3, but this is an easy fix and boto has been deprecated for a some time now. So I know what I’d do but I’m more wondering if this fits in with the “Ansible way” of doing things.
If I go with this then some integration tests also seem like a good idea as there are none currently.
I think that’s it for now, any help appreciated. Cheers!