openstack-zuul-jobs/playbooks/tox-molecule/post.yaml
Ian Wienand 9815c29cd8 linters: fix yaml whitespace
Fix whitespace issues revealed by yamllint with a later ansible-lint

Change-Id: I2bd97c294fd5c83f83ed30f57a9e9c265ab4c8ac
2022-07-28 15:22:44 +10:00

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