From 7cc79808e68490018c795b9b0097f12f7c453b13 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 18 Nov 2015 17:28:09 +0000 Subject: [PATCH] epel ppc builders need to mount primary koji mount too --- playbooks/groups/buildvm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index 12039cd500..2776772014 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -23,7 +23,7 @@ - hosts - apache - { role: nfs/client, - when: ansible_architecture == 'x86_64' and not inventory_hostname.startswith('bkernel'), + when: ( ansible_architecture == 'x86_64' or ansible_architecture == 'ppc64le' or ansible_architecture == 'ppc64' ) and not inventory_hostname.startswith('bkernel'), mnt_dir: '/mnt/fedora_koji', nfs_src_dir: 'fedora_koji' } - { role: nfs/client, when: inventory_hostname.startswith('aarch64') ,