Ultimate Guide to Check the Software Version
https://geekflare.com/check-version02.12.2021 · Wondering how to check the version of Nodejs, Ansible, Ubuntu, PostgreSQL, Windows, Python and many more? I believe there should be a standard way to check the version of all the software, but unfortunately, it doesn’t exist. I can guess it’s not possible as not every software is made from the same programming language.
How to check version of ansible-modules-core? - Stack Overflow
stackoverflow.com › questions › 45582029Aug 09, 2017 · A: Looking at the ansible repository -> tag stable-v2.0 . https://github.com/ansible/ansible/tree/stable-2.0/lib/ansible/modules. Since ansible/modules/core is a submodule-reference to the ansible-modules repository found here. This means that when an ansible developer do a git clone --recursive to checkout the entire set of code, git will checkout codes from ansible and ansible-modules repositories to make up the "entire set of code".