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:
parent
3bcb5fca79
commit
8cdf719bb3
@ -2,4 +2,3 @@
|
||||
roles:
|
||||
- fetch-javascript-output
|
||||
- fetch-javascript-content-tarball
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
# Now that we're running on localhost, we need to reach in to the remote
|
||||
# hosts vars to get the value.
|
||||
- block:
|
||||
- name: Upload to npm
|
||||
include_role:
|
||||
name: upload-npm
|
||||
- name: Upload to npm
|
||||
include_role:
|
||||
name: upload-npm
|
||||
delegate_to: localhost
|
||||
|
@ -3,4 +3,3 @@
|
||||
# We use ensure-pip to make sure the wheel module is installed
|
||||
- ensure-pip
|
||||
- revoke-sudo
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
git_config_scope: global
|
||||
git_config: {}
|
||||
git_config: {}
|
||||
|
@ -4,4 +4,4 @@
|
||||
name: "{{ item.key }}"
|
||||
scope: "{{ git_config_scope }}"
|
||||
value: "{{ item.value }}"
|
||||
with_dict: "{{ git_config }}"
|
||||
with_dict: "{{ git_config }}"
|
||||
|
Loading…
Reference in New Issue
Block a user