#1575 [Pagure] Set git directories as safe system-wide
Merged 2 years ago by zlopez. Opened 2 years ago by zlopez.
fedora-infra/ zlopez/ansible pagure_safe_directories  into  main

@@ -177,6 +177,19 @@ 

    - pagure

    - mirror

  

+ # On RHEL 8.8 and newer the paguremirroring fails

+ # because of dubious ownership. This is allowing

+ # paguremirroring to work again

+ - name: Configure git directories as safe

+   git_config:

+     name: safe.directory

+     scope: system

+     value: *

+   tags:

+   - pagure

+   - mirror

+   when: env == 'pagure-staging'

+ 

  # Set-up postfix and the milter for postfix

  

  - name: Add the /etc/aliases file

Pull-Request has been merged by zlopez

2 years ago
Metadata