Fix incorrect path in check
This commit is contained in:
parent
43d6702fcf
commit
ac7673efb8
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
- /var/log/copr-dist-git
|
- /var/log/copr-dist-git
|
||||||
|
|
||||||
- name: make sure directories are owned by copr-service:packager user
|
- name: make sure directories are owned by copr-service:packager user
|
||||||
shell: stat -c '%U' /var/lib/copr-dist-git/git | grep copr-service || stat -c '%G' /var/lib/copr-dist-git/git |grep packager || chown -R copr-service:packager /var/lib/dist-git/git
|
shell: stat -c '%U' /var/lib/dist-git/git | grep copr-service || stat -c '%G' /var/lib/dist-git/git |grep packager || chown -R copr-service:packager /var/lib/dist-git/git
|
||||||
|
|
||||||
# set ssh key, so that copr-service could access gitolite
|
# set ssh key, so that copr-service could access gitolite
|
||||||
- name: read pub key into var
|
- name: read pub key into var
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue