diff options
| author | Adam Williamson <awilliam@redhat.com> | 2015-12-04 19:01:53 -0800 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2015-12-04 19:01:53 -0800 |
| commit | 57601d915e5fb00d433a9bf5e1982a2abbba3223 (patch) | |
| tree | 923601ab002eb818a84468ea628c876452a2db8e /roles/check-compose/tasks | |
| parent | 3becc32a39801d1fe066a6e31bfc3046311add25 (diff) | |
| download | ansible-57601d915e5fb00d433a9bf5e1982a2abbba3223.tar.gz ansible-57601d915e5fb00d433a9bf5e1982a2abbba3223.tar.xz ansible-57601d915e5fb00d433a9bf5e1982a2abbba3223.zip | |
check-compose: apparently no dashes in variable names? WHATEVS
Diffstat (limited to 'roles/check-compose/tasks')
| -rw-r--r-- | roles/check-compose/tasks/main.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index bdb0453db..c7ecf09c5 100644 --- a/roles/check-compose/tasks/main.yml +++ b/roles/check-compose/tasks/main.yml @@ -1,18 +1,18 @@ # Optional vars -# - check-compose_wait +# - checkcompose_wait ## string - (digits) time in minutes to wait for openQA tests to complete ## before sending the report (defaults to 480) -# - check-compose_email-from +# - checkcompose_emailfrom ## string - Email address to send report from (if not set, no report sent) -# - check-compose_email-to +# - checkcompose_emailto ## string - Email address to send report to (if not set but email-from ## set, report will go to email-from, for testing usually) ## Split multiple addresses with spaces -# - check-compose_smtp +# - checkcompose_smtp ## string - SMTP server to use for sending the report -# - check-compose_json +# - checkcompose_json ## string - File to append JSON-formatted report summary to -# - check-compose_loglevel +# - checkcompose_loglevel ## string - log level # # NOTE: this is missing /etc/openqa/client.conf configuration, for now; |
