From fe62ac88b4aac35f4c9cc6bf443825e14682f484 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 2 Jun 2020 16:08:05 -0700 Subject: [PATCH] iad2: disable this mount in iad2 for now so we can test Signed-off-by: Kevin Fenzi --- 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 e33974a799..13688ccd2f 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -26,7 +26,7 @@ role: nfs/client, mnt_dir: "/mnt/fedora_koji", nfs_src_dir: "{{ koji_hub_nfs }}", - when: "env == 'staging' or createrepo", + when: "env == 'staging' or createrepo and datacenter != 'iad2' ", } - role: nfs/client mnt_dir: '/mnt/koji/ostree'