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:
Jakub Kadlcik 2022-02-21 18:45:13 +01:00
parent c2a657d5ce
commit cb09b66802

View file

@ -12,6 +12,11 @@
state: link
src: /var/lib/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
group: copr-dist-git
when: devel