9815c29cd8
Fix whitespace issues revealed by yamllint with a later ansible-lint Change-Id: I2bd97c294fd5c83f83ed30f57a9e9c265ab4c8ac
12 lines
272 B
YAML
12 lines
272 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Return artifact to Zuul
|
|
zuul_return:
|
|
data:
|
|
zuul:
|
|
artifacts:
|
|
- name: "Molecule report"
|
|
url: "tox/reports.html"
|
|
metadata:
|
|
type: html_report
|