couldn't just change ownership - needed to tell it was a dr, too
This commit is contained in:
parent
01300042ac
commit
d8c095fc32
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue