Hi This sounds useful, so the next step would be preparing a pull request so that others can review your changes.
One thing worth considering is trying to make options similar to the get_url module, just so it is easy to switch to the windows version if needed. Don't worry about who maintains it. Some modules are considered to be essential for ansible to function and so get more scrutiny from the ansible core team. Some general advice about pull requests. Its worth spending a little time getting familiar with git and github if you aren't already. Don't be surprised if you get asked to make changes. Also, well worth reading the guidelines on creating documentation and testing that your changes to the documents parse ok by running ansible-doc on your changed module. One thing that helps get pull requests merged is having tests. Writing integration tests for ansible is straightforward as the integration tests are just playbooks. From a source checkout, have a look in test/integration/targets - they are useful to know about anyway as often contain examples of how to do things. Hope this helps, Jon -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
