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'