check-compose: build before install and set prefix
This commit is contained in:
parent
09afa5ce5f
commit
6babdc1883
1 changed files with 7 additions and 1 deletions
|
@ -52,8 +52,14 @@
|
|||
dest: /root/fedora-qa
|
||||
register: gitqa
|
||||
|
||||
- name: Build check-compose
|
||||
command: "make prefix=/usr"
|
||||
args:
|
||||
chdir: /root/fedora-qa/check-compose
|
||||
when: "gitqa|changed"
|
||||
|
||||
- name: Install check-compose
|
||||
command: "make install"
|
||||
command: "make prefix=/usr install"
|
||||
args:
|
||||
chdir: /root/fedora-qa/check-compose
|
||||
when: "gitqa|changed"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue