diff --git a/roles/distgit/tasks/main.yml b/roles/distgit/tasks/main.yml index 47a462036a..f2beba993c 100644 --- a/roles/distgit/tasks/main.yml +++ b/roles/distgit/tasks/main.yml @@ -33,8 +33,10 @@ # -- Dist Git -------------------------------------------- # This is the Git setup itself: group, root directory, scripts,... -- name: create the distgit root directory) +- name: create the distgit root directory (/srv/git) file: dest=/srv/git state=directory mode=0755 + +- name: create the distgit root directory (/srv/git/rpms) file: dest=/srv/git/rpms state=directory mode=2775 group=packager - name: install the distgit scripts