koji / staging: fix nfs mounts to mount in stg as well for now.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
0735f11b95
commit
2d03558a3e
1 changed files with 2 additions and 0 deletions
|
@ -85,9 +85,11 @@
|
||||||
- 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'
|
||||||
|
mount_stg: true
|
||||||
when: env == 'staging' and inventory_hostname.startswith('koji')
|
when: env == 'staging' and inventory_hostname.startswith('koji')
|
||||||
- role: nfs/client
|
- role: nfs/client
|
||||||
mnt_dir: '/mnt/koji/compose/ostree'
|
mnt_dir: '/mnt/koji/compose/ostree'
|
||||||
|
mount_stg: true
|
||||||
nfs_src_dir: 'fedora-ostree-content/compose/ostree'
|
nfs_src_dir: 'fedora-ostree-content/compose/ostree'
|
||||||
when: env == 'staging' and inventory_hostname.startswith('koji')
|
when: env == 'staging' and inventory_hostname.startswith('koji')
|
||||||
- sudo
|
- sudo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue