mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user