diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index b1a5da4a86..016151878b 100644 --- a/roles/check-compose/tasks/main.yml +++ b/roles/check-compose/tasks/main.yml @@ -40,7 +40,6 @@ 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'" @@ -60,7 +59,6 @@ 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"