people: Set git directories as safe

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2024-07-11 12:33:52 +02:00 committed by nphilipp
parent 129de273e9
commit f15d8572b4

View file

@ -157,6 +157,16 @@
- config
- selinux
# On RHEL 8.8 and newer, git operations fail because of dubious ownership. This should fix it.
- name: Configure git directories as safe
git_config:
name: safe.directory
scope: system
value: "*"
tags:
- config
- git
#
# This sets the default, it's safe to always run.
# Default quota for users is 2gb