Hi All!
Just want to say hello to all first since this is my first post to this list!
My questions is if there is a way to have dependencies between tasks. Example: I have one task which puts a shell script in place, and the a second task which establishes a cron job which uses this script. So if copying of the script fails for whatever reason, it will make no sense to put the cron job in place. So is there a way to create such a dependency/requirement between tasks?
Maybe I could use handlers, but this seems to be a kind of misuse. Any suggestions appreciated.
Thanks
Bernd