autocloudreporter: install separate resultsdb_conventions
This commit is contained in:
parent
bb8cf24e43
commit
c4ce92ddf8
1 changed files with 12 additions and 0 deletions
|
@ -21,6 +21,18 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
- name: Check out resultsdb_conventions (not packaged yet)
|
||||||
|
git:
|
||||||
|
repo: https://pagure.io/fedora-qa/resultsdb_conventions.git
|
||||||
|
dest: /root/resultsdb_conventions
|
||||||
|
register: gitrdbc
|
||||||
|
|
||||||
|
- name: Install resultsdb_conventions
|
||||||
|
command: "python setup.py install"
|
||||||
|
args:
|
||||||
|
chdir: /root/resultsdb_conventions
|
||||||
|
when: "gitrdbc|changed"
|
||||||
|
|
||||||
- name: Check out autocloudreporter
|
- name: Check out autocloudreporter
|
||||||
git:
|
git:
|
||||||
repo: https://pagure.io/fedora-qa/autocloudreporter.git
|
repo: https://pagure.io/fedora-qa/autocloudreporter.git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue