Add some more always_run magic pixie dust

This commit is contained in:
Kevin Fenzi 2015-12-15 19:06:19 +00:00
parent 1ba59acc08
commit a26c89b2a9

View file

@ -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"