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