You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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
Brian Coca
unread,
Jun 1, 2016, 9:43:31 AM6/1/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ansible...@googlegroups.com
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.