From 13318ddc697b1afa0e5e881988bbfe800d4c360c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 20 May 2016 14:10:51 +0000 Subject: [PATCH] Also mount fedora_ppc/data on new hub --- playbooks/groups/koji-hub.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 89a92eaff8..730f63bb76 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -73,6 +73,10 @@ mnt_dir: '/mnt/koji' nfs_src_dir: 'fedora_s390/data' when: env == 'production' and inventory_hostname.startswith('s390') + - role: nfs/client + mnt_dir: '/mnt/koji' + nfs_src_dir: 'fedora_ppc/data' + when: env == 'production' and inventory_hostname.startswith('ppc') - role: nfs/client mnt_dir: '/mnt/koji' nfs_src_dir: 'fedora_arm/data'