fix ownership
This commit is contained in:
parent
0560b73db1
commit
daa83b9977
1 changed files with 4 additions and 1 deletions
|
@ -33,7 +33,10 @@
|
|||
user: name="copr-service" groups=apache,packager generate_ssh_key=yes ssh_key_bits=2048 ssh_key_file=.ssh/id_rsa
|
||||
|
||||
- name: make sure directories are owned by copr-service user
|
||||
shell: chown -R copr-service:copr-service /var/log/copr-dist-git /var/lib/copr-dist-git
|
||||
shell: chown -R copr-service:copr-service /var/log/copr-dist-git
|
||||
|
||||
- name: make sure directories are owned by copr-service:packager user
|
||||
shell: chown -R copr-service:copr-service /var/lib/copr-dist-git
|
||||
|
||||
# set ssh key, so that copr-service could access gitolite
|
||||
- name: read pub key into var
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue