From a26c89b2a9200cb98adc2db6371e495841f0ff47 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 15 Dec 2015 19:06:19 +0000 Subject: [PATCH] Add some more always_run magic pixie dust --- roles/check-compose/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index 8534a8c192..b1a5da4a86 100644 --- a/roles/check-compose/tasks/main.yml +++ b/roles/check-compose/tasks/main.yml @@ -40,10 +40,12 @@ repo: https://github.com/os-autoinst/openQA-python-client.git dest: /root/openQA-python-client register: gitclient + always_run: true - name: Check if python-client has ever been installed command: "python -c 'import openqa_client'" register: instclient + always_run: true changed_when: "1 != 1" failed_when: "1 != 1" @@ -58,6 +60,7 @@ repo: https://git.fedorahosted.org/git/fedora-qa.git dest: /root/fedora-qa register: gitqa + always_run: true - name: Build check-compose command: "make prefix=/usr"