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