such as "ls && cd .." and " if [ ! -d "/myfolder" ]". so some command can be run at the terminal but not in ansible, sometimes we have to write a script file to enable the command.Personally thinking, I think this feature could be improved.
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/d4a5a214-1010-4990-bc4e-f6b7c0cdc572%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Command module does not support pipes, use shell module
Brian Coca