mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user