staging-sync/koji: fix another nfs server case
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
24def8cd00
commit
fd2a8ab38c
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@
|
|||
# TODO recreate directories under /mnt/koji/compose (which ones?) that composer expects to exist
|
||||
- name: symlink production volume
|
||||
file: src=/mnt/fedora_koji_prod/koji dest=/mnt/koji/vol/prod state=link
|
||||
- name: restart nfs
|
||||
service: name=nfs state=started
|
||||
- name: restart nfs-server
|
||||
service: name=nfs-server state=started
|
||||
- name: restart httpd
|
||||
service: name=httpd state=started
|
||||
- name: restart kojira
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue