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:
parent
26d5acb97d
commit
fbb1563a21
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
when: env == 'staging' and 'runroot' in group_names
|
when: env == 'staging' and 'runroot' in group_names
|
||||||
|
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/src/odcs'
|
mnt_dir: '/srv/odcs'
|
||||||
nfs_src_dir: 'fedora_odcs'
|
nfs_src_dir: 'fedora_odcs'
|
||||||
when: env != 'staging' and 'runroot' in group_names
|
when: env != 'staging' and 'runroot' in group_names
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue