linters: fix yaml whitespace
Fix whitespace issues revealed by yamllint with a later ansible-lint Change-Id: I2bd97c294fd5c83f83ed30f57a9e9c265ab4c8ac
This commit is contained in:
parent
3d766af7e9
commit
9815c29cd8
@ -100,7 +100,7 @@
|
||||
|
||||
- name: List found dashboard URLs
|
||||
debug:
|
||||
msg: "{{ _dashboards.json | map(attribute='url') | list }}"
|
||||
msg: "{{ _dashboards.json | map(attribute='url') | list }}"
|
||||
|
||||
# NOTE(ianw) : Per the notes in the helper, this pauses for 5
|
||||
# seconds for each shot to allow the app to initalize. I tried
|
||||
|
@ -4,4 +4,3 @@
|
||||
- tox
|
||||
- role: build-pdf-docs
|
||||
when: not tox_skip_pdf
|
||||
|
||||
|
@ -8,4 +8,4 @@
|
||||
- name: "Molecule report"
|
||||
url: "tox/reports.html"
|
||||
metadata:
|
||||
type: html_report
|
||||
type: html_report
|
||||
|
@ -3,4 +3,3 @@
|
||||
- role: infra-deb-package-build
|
||||
vars:
|
||||
infra_deb_project: 'vhd-util'
|
||||
|
||||
|
@ -69,4 +69,3 @@
|
||||
url: '{{ infra_deb_project }}-debs.tar.gz'
|
||||
metadata:
|
||||
type: deb.tar.gz
|
||||
|
||||
|
@ -91,4 +91,3 @@
|
||||
url: openafs-rpms.tar.gz
|
||||
metadata:
|
||||
type: rpm.tar.gz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user