--
You received this message because you are subscribed to the Google Groups "go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-cd+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<job name="run_ansible">
<tasks>
<exec command="/bin/bash">
<arg>-c</arg>
<arg>ansible-playbook -i 127.0.0.1, /path/to/the/playbook/playbook_example.yml</arg>
<runif status="passed" />
</exec>
</tasks>
</job>