linter: update some YAML whitespace issues

These were found by a later version of ansible-lint.  This should have
no effect, but just fixes some inconsistent whitespace issues.

Change-Id: I7bcde4942c97cfe743e8aba74833aeb5844c8290
This commit is contained in:
Ian Wienand 2022-07-28 11:11:02 +10:00
parent 3bcb5fca79
commit 8cdf719bb3
5 changed files with 5 additions and 7 deletions

View File

@ -2,4 +2,3 @@
roles: roles:
- fetch-javascript-output - fetch-javascript-output
- fetch-javascript-content-tarball - fetch-javascript-content-tarball

View File

@ -11,7 +11,7 @@
# Now that we're running on localhost, we need to reach in to the remote # Now that we're running on localhost, we need to reach in to the remote
# hosts vars to get the value. # hosts vars to get the value.
- block: - block:
- name: Upload to npm - name: Upload to npm
include_role: include_role:
name: upload-npm name: upload-npm
delegate_to: localhost delegate_to: localhost

View File

@ -3,4 +3,3 @@
# We use ensure-pip to make sure the wheel module is installed # We use ensure-pip to make sure the wheel module is installed
- ensure-pip - ensure-pip
- revoke-sudo - revoke-sudo

View File

@ -1,3 +1,3 @@
--- ---
git_config_scope: global git_config_scope: global
git_config: {} git_config: {}

View File

@ -4,4 +4,4 @@
name: "{{ item.key }}" name: "{{ item.key }}"
scope: "{{ git_config_scope }}" scope: "{{ git_config_scope }}"
value: "{{ item.value }}" value: "{{ item.value }}"
with_dict: "{{ git_config }}" with_dict: "{{ git_config }}"