ensure that data from volume has correct owner
This commit is contained in:
parent
51f4380538
commit
92b6b1e94b
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
mount: name=/var/lib/copr-keygen src='LABEL=copr-keygen' fstype=ext4 state=mounted
|
||||
when: not devel
|
||||
|
||||
- name: change owner of data to copr-signer
|
||||
shell: "chown -R copr-signer:copr-signer /var/lib/copr-keygen"
|
||||
|
||||
- selinux: policy=targeted state=permissive
|
||||
|
||||
- name: install keygen specific packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue