staging-sync/koji: fix another nfs server case

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-05-23 10:52:37 -07:00
parent 24def8cd00
commit fd2a8ab38c

View file

@ -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