Hi, Is it possible to pass chdir directive to ad-hoc module? I would like to do something like that; ansible server -a 'cd /opt/; java -jar export.jar ' [WRONG, don't use it] ansible server -a 'java -jar export.jar' -e chdir=/opt/' [WRONG, don't use it]
-- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9fde79f4-86ef-4150-83a7-57e9442e809c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
