i cannot get the following running thru the pipe, its working on the target's cli though:
- ssh $HOST find $SOMEDIR -exec mv {} $OTHER_DIR \;
it complains about 'missing an argument to -exec'
tried every imaginable quoting - no idea anymore - do you?