Add some more always_run magic pixie dust
This commit is contained in:
parent
1ba59acc08
commit
a26c89b2a9
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue