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:
Mathieu Bridon 2014-09-17 12:23:06 +02:00 committed by Pierre-Yves Chibon
parent 4155edeeaf
commit e47ca86ca3

View file

@ -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