Clean up testcase_stats role a bit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
68017cbeb3
commit
109f9ccdef
1 changed files with 6 additions and 0 deletions
|
@ -11,9 +11,15 @@
|
||||||
# Required vars
|
# Required vars
|
||||||
# - testcase_stats_output_dir
|
# - testcase_stats_output_dir
|
||||||
## string - Directory where the output should be written.
|
## string - Directory where the output should be written.
|
||||||
|
# - FedoraCycleNumber
|
||||||
|
## int - the current Fedora release number. Report will be
|
||||||
|
## produced for the release *after* this one.
|
||||||
|
|
||||||
|
# We seem to need this to get FedoraCycleNumber in Fedora infra. If
|
||||||
|
# you're running this role elsewhere, make your own arrangements
|
||||||
- name: Include vars
|
- name: Include vars
|
||||||
include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README
|
||||||
|
when: "deployment_type is defined"
|
||||||
|
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue