Hi all. I am new to Ansible. I would like to have a look at the python code for the raw module. I went under ansibe/ansible-modules-core/command/raw.py but I see only the DOCUMENTATION and EXAMPLES. So where can I find the code for this module? thank you
​action plugins run instead of modules of the same name, since raw does not copy any ansible code to the target, it needs to execute itself on the controller.
https://github.com/ansible/ansible/blob/devel/lib/ansible/plugins/action/raw.py