[copr][dist-git] chmod to 0775 for /var/lib/dist-git/git
This commit is contained in:
parent
d3f6de0532
commit
1b3d9c4d98
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
- include: "mount_fs.yml"
|
||||
|
||||
- name: ensure git storage path exists
|
||||
file: path="/var/lib/dist-git/git" state=directory group=packager
|
||||
file: path="/var/lib/dist-git/git" state=directory group=packager mode=0775
|
||||
#- file: path="/var/lib/dist-git/git/pkgs-git-repos-list" state=file group=packager
|
||||
# - file: path="/var/lib/dist-git/git/rpms/" state=directory group=packager
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue