iad2 / buildvm: no dots. tired
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
a9ab782340
commit
df94da4e49
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@
|
||||||
}
|
}
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/koji/ostree'
|
mnt_dir: '/mnt/koji/ostree'
|
||||||
nfs_src_dir: 'fedora.ostree.content/ostree'
|
nfs_src_dir: 'fedora_ostree_content/ostree'
|
||||||
when: env != 'staging' and 'runroot' in group_names and not inventory_hostname.startswith('buildvm-s390x')
|
when: env != 'staging' and 'runroot' in group_names and not inventory_hostname.startswith('buildvm-s390x')
|
||||||
|
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/koji/compose/ostree'
|
mnt_dir: '/mnt/koji/compose/ostree'
|
||||||
nfs_src_dir: 'fedora.ostree_content/compose/ostree'
|
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
|
||||||
when: env != 'staging' and 'runroot' in group_names and not inventory_hostname.startswith('buildvm-s390x')
|
when: env != 'staging' and 'runroot' in group_names and not inventory_hostname.startswith('buildvm-s390x')
|
||||||
|
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue