Brian Coca
unread,Nov 27, 2018, 10:34:21 PM11/27/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
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
Basically, the script module is there to run arbitrary code, or if you
need to use inline in a play, you can use pipe lookup : lookup('pipe',
'python -c '<eval stuff here....')
--
----------
Brian Coca