From 0b9c751c8a336044b013729c4ecd4ea0c294c49d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 1 Jul 2025 21:33:26 -0700 Subject: [PATCH] kojipkgs: mount ostree nfs volumes Signed-off-by: Kevin Fenzi --- playbooks/groups/kojipkgs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/kojipkgs.yml b/playbooks/groups/kojipkgs.yml index 7e149ed905..84968f2912 100644 --- a/playbooks/groups/kojipkgs.yml +++ b/playbooks/groups/kojipkgs.yml @@ -59,12 +59,12 @@ mnt_dir: '/mnt/koji/ostree' nfs_src_dir: 'fedora_ostree_content/ostree' mount_stg: true - when: datacenter == 'iad2' + when: datacenter == 'rdu3' - role: nfs/client mnt_dir: '/mnt/koji/compose/ostree' mount_stg: true nfs_src_dir: 'fedora_ostree_content/compose/ostree' - when: datacenter == 'iad2' + when: datacenter == 'rdu3' - role: kojipkgs - role: varnish