From d0649e64daa587fe560f0244f55c5536b2a5b9bf Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 1 May 2020 21:08:23 +0000 Subject: [PATCH] koji-hub: fix typo in odcs mount name Signed-off-by: Kevin Fenzi --- playbooks/groups/koji-hub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 1dd9a59cad..f1ad420861 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -111,7 +111,7 @@ nfs_src_dir: 'fedora-ostree-content-stg/compose/ostree' when: env == 'staging' - role: nfs/client - mnt_dir: '/src/odcs' + mnt_dir: '/srv/odcs' nfs_src_dir: 'fedora_odcs' when: env != 'staging' - sudo