mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Also mount fedora_ppc/data on new hub
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user