diff --git a/playbooks/grafana/main.yaml b/playbooks/grafana/main.yaml index d7b16a22..fc5b93b6 100644 --- a/playbooks/grafana/main.yaml +++ b/playbooks/grafana/main.yaml @@ -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 diff --git a/playbooks/tox-docs/run.yaml b/playbooks/tox-docs/run.yaml index 88e6ec6e..7855b389 100644 --- a/playbooks/tox-docs/run.yaml +++ b/playbooks/tox-docs/run.yaml @@ -4,4 +4,3 @@ - tox - role: build-pdf-docs when: not tox_skip_pdf - diff --git a/playbooks/tox-molecule/post.yaml b/playbooks/tox-molecule/post.yaml index 1963118f..1a76e5c2 100644 --- a/playbooks/tox-molecule/post.yaml +++ b/playbooks/tox-molecule/post.yaml @@ -8,4 +8,4 @@ - name: "Molecule report" url: "tox/reports.html" metadata: - type: html_report \ No newline at end of file + type: html_report diff --git a/playbooks/vhd-util-deb-package-build/run.yaml b/playbooks/vhd-util-deb-package-build/run.yaml index 8b2a9a18..0cce7730 100644 --- a/playbooks/vhd-util-deb-package-build/run.yaml +++ b/playbooks/vhd-util-deb-package-build/run.yaml @@ -3,4 +3,3 @@ - role: infra-deb-package-build vars: infra_deb_project: 'vhd-util' - diff --git a/roles/infra-deb-package-build/tasks/main.yaml b/roles/infra-deb-package-build/tasks/main.yaml index f4eedc82..14fc77e7 100644 --- a/roles/infra-deb-package-build/tasks/main.yaml +++ b/roles/infra-deb-package-build/tasks/main.yaml @@ -69,4 +69,3 @@ url: '{{ infra_deb_project }}-debs.tar.gz' metadata: type: deb.tar.gz - diff --git a/roles/openafs-rpm-package-build/tasks/main.yaml b/roles/openafs-rpm-package-build/tasks/main.yaml index 8bfa534f..012a90fd 100644 --- a/roles/openafs-rpm-package-build/tasks/main.yaml +++ b/roles/openafs-rpm-package-build/tasks/main.yaml @@ -91,4 +91,3 @@ url: openafs-rpms.tar.gz metadata: type: rpm.tar.gz -