diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index 9096978aa8..2bea69ccd6 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -30,12 +30,12 @@ } - role: nfs/client mnt_dir: '/mnt/koji/ostree' - nfs_src_dir: 'fedora.ostree.content/ostree' + nfs_src_dir: 'fedora_ostree_content/ostree' when: env != 'staging' and 'runroot' in group_names and not inventory_hostname.startswith('buildvm-s390x') - role: nfs/client mnt_dir: '/mnt/koji/compose/ostree' - nfs_src_dir: 'fedora.ostree_content/compose/ostree' + nfs_src_dir: 'fedora_ostree_content/compose/ostree' when: env != 'staging' and 'runroot' in group_names and not inventory_hostname.startswith('buildvm-s390x') - role: nfs/client