From fbb1563a215ad4f44e5b45e3ea94a544bff6bff2 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 5 May 2020 07:15:45 -0400 Subject: [PATCH] Fix buildhw for ODCS: there was a mistype and /src/odcs was mounted on the systems versus /srv/odcs. Repaired --- playbooks/groups/buildhw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml index 370540f4f1..4b297dab3d 100644 --- a/playbooks/groups/buildhw.yml +++ b/playbooks/groups/buildhw.yml @@ -33,7 +33,7 @@ when: env == 'staging' and 'runroot' in group_names - role: nfs/client - mnt_dir: '/src/odcs' + mnt_dir: '/srv/odcs' nfs_src_dir: 'fedora_odcs' when: env != 'staging' and 'runroot' in group_names