From fd2a8ab38c1b0977834662ccd2ad67fc50248cb2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 23 May 2021 10:52:37 -0700 Subject: [PATCH] staging-sync/koji: fix another nfs server case Signed-off-by: Kevin Fenzi --- playbooks/manual/staging-sync/koji.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/manual/staging-sync/koji.yml b/playbooks/manual/staging-sync/koji.yml index d4af35f799..a6e4c38528 100644 --- a/playbooks/manual/staging-sync/koji.yml +++ b/playbooks/manual/staging-sync/koji.yml @@ -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