copr: setting symlink permissions doesn't work
I am trying to set the correct permissions in a separate step. Maybe it will help.
This commit is contained in:
parent
c2a657d5ce
commit
cb09b66802
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@
|
||||||
state: link
|
state: link
|
||||||
src: /var/lib/dist-git/per-task-logs
|
src: /var/lib/dist-git/per-task-logs
|
||||||
path: /var/lib/copr-dist-git/per-task-logs
|
path: /var/lib/copr-dist-git/per-task-logs
|
||||||
|
when: devel
|
||||||
|
|
||||||
|
- name: set correct ownership for per-task-logs
|
||||||
|
file:
|
||||||
|
path: /var/lib/copr-dist-git/per-task-logs
|
||||||
owner: copr-dist-git
|
owner: copr-dist-git
|
||||||
group: copr-dist-git
|
group: copr-dist-git
|
||||||
when: devel
|
when: devel
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue