From 55d6ada0f931c27706c1b67b17f9c56a08c8de46 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 8 Apr 2016 16:38:54 -0700 Subject: [PATCH] openqa/server - restore a quote that went mysteriously missing srsly, what the hell. --- roles/openqa/server/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/server/tasks/main.yml b/roles/openqa/server/tasks/main.yml index 9148dfb8ef..ddfb7dc68a 100644 --- a/roles/openqa/server/tasks/main.yml +++ b/roles/openqa/server/tasks/main.yml @@ -232,7 +232,7 @@ - name: Load tests shell: "/var/lib/openqa/share/tests/fedora/templates --clean" when: "gittests|changed and deployment_type is not defined" - changed_when: "1 != 1 + changed_when: "1 != 1" - name: Check if the tests changed in previous step shell: "/usr/share/openqa/script/dump_templates --json > /tmp/tmpl-new.json && json_diff /tmp/tmpl-old.json /tmp/tmpl-new.json"