From 2d03558a3e36dd770140a82803bc2b50affd7832 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 4 Oct 2019 20:21:29 +0000 Subject: [PATCH] koji / staging: fix nfs mounts to mount in stg as well for now. Signed-off-by: Kevin Fenzi --- playbooks/groups/koji-hub.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 90e5ca4fa6..f3a3dc2253 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -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