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
|
- name: List found dashboard URLs
|
||||||
debug:
|
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
|
# NOTE(ianw) : Per the notes in the helper, this pauses for 5
|
||||||
# seconds for each shot to allow the app to initalize. I tried
|
# seconds for each shot to allow the app to initalize. I tried
|
||||||
|
@ -4,4 +4,3 @@
|
|||||||
- tox
|
- tox
|
||||||
- role: build-pdf-docs
|
- role: build-pdf-docs
|
||||||
when: not tox_skip_pdf
|
when: not tox_skip_pdf
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@
|
|||||||
- role: infra-deb-package-build
|
- role: infra-deb-package-build
|
||||||
vars:
|
vars:
|
||||||
infra_deb_project: 'vhd-util'
|
infra_deb_project: 'vhd-util'
|
||||||
|
|
||||||
|
@ -69,4 +69,3 @@
|
|||||||
url: '{{ infra_deb_project }}-debs.tar.gz'
|
url: '{{ infra_deb_project }}-debs.tar.gz'
|
||||||
metadata:
|
metadata:
|
||||||
type: deb.tar.gz
|
type: deb.tar.gz
|
||||||
|
|
||||||
|
@ -91,4 +91,3 @@
|
|||||||
url: openafs-rpms.tar.gz
|
url: openafs-rpms.tar.gz
|
||||||
metadata:
|
metadata:
|
||||||
type: rpm.tar.gz
|
type: rpm.tar.gz
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user