You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using your openwrt role to manage my router. Now I'd like to implement the argv functionality of the command command, and I looked at the shell scripts in library/. It seems like there is some wrapper code from python which loads the corresponding shell script, passes the argument variables, executes main() and extracts the result variables. Can you point me to where this happens? Is it an official ansible functionality or implemented by you?
Thanks,
Jonathan
The text was updated successfully, but these errors were encountered:
Hi,
I am using your openwrt role to manage my router. Now I'd like to implement the
argv
functionality of thecommand
command, and I looked at the shell scripts inlibrary/
. It seems like there is some wrapper code from python which loads the corresponding shell script, passes the argument variables, executesmain()
and extracts the result variables. Can you point me to where this happens? Is it an official ansible functionality or implemented by you?Thanks,
Jonathan
The text was updated successfully, but these errors were encountered: