
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
8 lines
165 B
YAML
8 lines
165 B
YAML
---
|
|
- name: Configure Git
|
|
git_config:
|
|
name: "{{ item.key }}"
|
|
scope: "{{ git_config_scope }}"
|
|
value: "{{ item.value }}"
|
|
with_dict: "{{ git_config }}"
|