ae2422adf6
Instead of scripting the git configuration, use tasks in pre playbooks for the jobs. We use different settings for tag-releases and propose-constraint-updates. Change-Id: Id3713d89a8b2af821de41a146954be551337cf75 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
7 lines
164 B
YAML
7 lines
164 B
YAML
---
|
|
- name: Configure Git
|
|
git_config:
|
|
name: "{{ item.key }}"
|
|
scope: "{{ git_config_scope }}"
|
|
value: "{{ item.value }}"
|
|
with_dict: "{{ git_config }}" |