Correct git config item name in mirror-workspace-git-repos
It appears this setting inadvertently had an extra word "ignore" included in the key name, and later versions of the git module in Ansible (5) throw an error in that case. Remove it so that this role will work in all versions. Change-Id: If008cc5b12efb23f731f99806ddfb69ce9bb5d15
This commit is contained in:
parent
2cc836a320
commit
423a7d6044
@ -1,6 +1,6 @@
|
|||||||
- name: Allow pushing to non-bare repo
|
- name: Allow pushing to non-bare repo
|
||||||
git_config:
|
git_config:
|
||||||
name: receive.denyCurrentBranch ignore
|
name: receive.denyCurrentBranch
|
||||||
value: ignore
|
value: ignore
|
||||||
scope: local
|
scope: local
|
||||||
repo: "{{ ansible_user_dir }}/{{ zj_project.value.src_dir }}"
|
repo: "{{ ansible_user_dir }}/{{ zj_project.value.src_dir }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user