distgit: One action per task
This had been found by misc during his review of the patches, but the unfixed patch is what got merged. https://fedorahosted.org/fedora-infrastructure/ticket/4452
This commit is contained in:
parent
4155edeeaf
commit
e47ca86ca3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue