diff --git a/roles/mirror-workspace-git-repos/tasks/main.yaml b/roles/mirror-workspace-git-repos/tasks/main.yaml index 7f2eb8b42..a782f6101 100644 --- a/roles/mirror-workspace-git-repos/tasks/main.yaml +++ b/roles/mirror-workspace-git-repos/tasks/main.yaml @@ -1,6 +1,6 @@ - name: Allow pushing to non-bare repo git_config: - name: receive.denyCurrentBranch ignore + name: receive.denyCurrentBranch value: ignore scope: local repo: "{{ ansible_user_dir }}/{{ zj_project.value.src_dir }}"