On Friday, November 9, 2018 at 12:42:32 PM UTC+5, Rabeet Waqar wrote:
>
> i am using ansible cron module
>
> i am facing an issue when placing a job in ansible
>
> ansible escapes special characters
>
> my example job is:
>
>  (((( /usr/bin/php /var/www/file.php )))) > /var/log/cron.stderr 2>&1; if 
> [ $? -gt 0 ]; then echo CronRun @ Error; fi
>
> i am unable to deploy exit status $? to the remote machine crontab. it 
> converts special chars $? to 0
>
> What to do please help
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to