From 67f3fee7f220d916f4091bf8fdf7ecfcd09110d7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 14 Apr 2016 17:28:20 +0000 Subject: [PATCH] Fix non runroot arm builders who don't mount any nfs volumes at all. --- playbooks/groups/buildhw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml index 3574e4aebe..2eb4df9d56 100644 --- a/playbooks/groups/buildhw.yml +++ b/playbooks/groups/buildhw.yml @@ -18,7 +18,7 @@ roles: - base - - { role: nfs/client, mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}" } + - { role: nfs/client, mnt_dir: '/mnt/fedora_koji', nfs_src_dir: "{{ koji_hub_nfs }}", when: koji_hub_nfs is defined } - koji_builder - { role: bkernel, when: inventory_hostname.startswith('bkernel') } - hosts