Hi guys,
I’m a absolute beginner to Ansible. I was trying to read the source code of the digital ocean cloud module and hope to contribute a new module to it.
However, after I forked the repo, I was not able to see any of the third-party module in the directory hireachy when I was on devel branch.
For example:
The following url just shows me the basic module source
https://github.com/ansible/ansible/tree/devel/lib/ansible/modules
whereas I can see the cloud module directory only if I switch the branch to stable-2.9
https://github.com/ansible/ansible/tree/stable-2.9/lib/ansible/modules
In the README, it says I should be creating feature branch based off the devel branch but now I am not sure about that anymore.
Can you guys help me on this?
I apologize if this question seems stupid