disable for now pagures recursive chown git.git because it now fails when there are broken synmlinks
This commit is contained in:
parent
3b741752a3
commit
49454289a6
1 changed files with 5 additions and 4 deletions
|
@ -91,10 +91,11 @@
|
|||
tags:
|
||||
- pagure
|
||||
|
||||
- name: Adjust owner of /srv/git
|
||||
file: name=/srv/git state=directory recurse=yes owner=git group=git
|
||||
tags:
|
||||
- gitolite
|
||||
# This now fails when there are broken symlinks. Lets figure out a better way to do this - kevin
|
||||
#- name: Adjust owner of /srv/git
|
||||
# file: name=/srv/git state=directory recurse=yes owner=git group=git
|
||||
# tags:
|
||||
# - gitolite
|
||||
|
||||
- name: Adjust permissions of /srv/git/.gitolite
|
||||
file: name=/srv/git/.gitolite state=directory recurse=yes owner=git group=git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue