Fix buildhw for ODCS: there was a mistype and /src/odcs was mounted on the systems versus /srv/odcs. Repaired

This commit is contained in:
Stephen Smoogen 2020-05-05 07:15:45 -04:00
parent 26d5acb97d
commit fbb1563a21

View file

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