couldn't just change ownership - needed to tell it was a dr, too

This commit is contained in:
Seth Vidal 2012-11-05 21:12:49 +00:00
parent 01300042ac
commit d8c095fc32

View file

@ -84,7 +84,7 @@
action: copy src=$private/files/copr/buildsys.priv dest=/srv/copr-work/copr/buildsys.priv owner=copr group=copr mode=600
- name: set dir ownership for copr-work and copr-repo
action: file path=$item owner=copr group=copr
action: file state=directory path=$item owner=copr group=copr
with_items:
- /srv/copr-work
- /srv/copr-user