Re: [ansible-devel] Need help with contributing to Ansible collections general module

2021-04-09 Thread Saranya Sridharan
Hi, I have raised PR for my module in collection. Few of the Azure pipelines test cases( 26/140) are failing . https://github.com/ansible-collections/community.general/pull/2213#partial-pull-merging. Is this relevant to my module? I am not able to see the output of the error. Can anyone

Re: [ansible-devel] Need help with contributing to Ansible collections general module

2021-04-07 Thread Sam Doran
Saranya, Contributing to collections is similar to Ansible Core. The documentation for contributing to collections is the best place to start. That goes over testing requirements among other things.

[ansible-devel] Need help with contributing to Ansible collections general module

2021-04-07 Thread Saranya Sridharan
Hi , I have a new module developed to get disk information in linux like win_disk_facts. I want to contribute it to the collection.general. Can anyone help me with the steps? Is it different from contributing to the Core Ansible module? Also please tell me what are the testings I need to cover