ansible: refactor coverage comparing

First of all, fix a typo. Yay. So this means that I screwed up in mu
last commit, and that the Depends-on header *really* needs to use the
correct Gerrit hostname.  Without that, the code was -- apparently --
still using the original, merged version of these jobs. Yay.

More importantly, move artifact download to the very first thing in the
pre-run playbook. IMHO this makes sense, if there's any failure here,
it means that this ansible code is broken, and therefore there's no
point in wasting cycles doing another build when we already know that we
won't be able to return anything useful.

Change-Id: I9ddbc552f1417a8fffb573ddb1f32df65c2112ea
diff --git a/playbooks/coverage-diff/pre.yaml b/playbooks/coverage-diff/pre.yaml
index b9cc154..190ac26 100644
--- a/playbooks/coverage-diff/pre.yaml
+++ b/playbooks/coverage-diff/pre.yaml
@@ -2,3 +2,4 @@
   roles:
     - ensure-pycobertura
     - git-use-previous-commit
+    - download-next-coverage