Also mount fedora_ppc/data on new hub

This commit is contained in:
Kevin Fenzi 2016-05-20 14:10:51 +00:00
parent ca5a853ba8
commit 13318ddc69

View file

@ -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'