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:
Kevin Fenzi 2019-10-04 20:21:29 +00:00 committed by Pierre-Yves Chibon
parent 0735f11b95
commit 2d03558a3e

View file

@ -85,9 +85,11 @@
- role: nfs/client
mnt_dir: '/mnt/koji/ostree'
nfs_src_dir: 'fedora-ostree-content/ostree'
mount_stg: true
when: env == 'staging' and inventory_hostname.startswith('koji')
- role: nfs/client
mnt_dir: '/mnt/koji/compose/ostree'
mount_stg: true
nfs_src_dir: 'fedora-ostree-content/compose/ostree'
when: env == 'staging' and inventory_hostname.startswith('koji')
- sudo