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
For example, I'd like to pipe the output of the find module of Ansible into jinrepl as I debug how to filter and sort the list of files it found.
I'd like a command like this to work: ansible localhost -m find -a 'paths=.' -o | python jinrepl.py and then files is already set as a variable in the runtime.
The text was updated successfully, but these errors were encountered:
For example, I'd like to pipe the output of the
find
module of Ansible into jinrepl as I debug how to filter and sort the list of files it found.I'd like a command like this to work:
ansible localhost -m find -a 'paths=.' -o | python jinrepl.py
and thenfiles
is already set as a variable in the runtime.The text was updated successfully, but these errors were encountered: