Ian Wienand 8cdf719bb3 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
2022-07-28 12:02:45 +10:00

8 lines
165 B
YAML

---
- name: Configure Git
git_config:
name: "{{ item.key }}"
scope: "{{ git_config_scope }}"
value: "{{ item.value }}"
with_dict: "{{ git_config }}"