copr-dist-git: disable directory.safe check
This commit is contained in:
parent
4a8cc63efa
commit
ee282f23ae
2 changed files with 9 additions and 0 deletions
6
roles/copr/dist_git/files/gitconfig
Normal file
6
roles/copr/dist_git/files/gitconfig
Normal file
|
@ -0,0 +1,6 @@
|
|||
[safe]
|
||||
# Disable safe.directory security check for the whole system. This is not
|
||||
# ideal but it is not possible to recursively mark our whole storage as safe
|
||||
# and we cannot manually mark every repository as safe because we have too
|
||||
# many of them. See https://github.com/fedora-copr/copr/issues/3266
|
||||
directory = *
|
|
@ -163,3 +163,6 @@
|
|||
tags:
|
||||
- config
|
||||
- cron
|
||||
|
||||
- name: install /etc/gitconfig file
|
||||
copy: src="gitconfig" dest="/etc/gitconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue