diff --git a/roles/create_cvmfs_content_structure/vars/pilot.eessi-hpc.org.yml b/roles/create_cvmfs_content_structure/vars/pilot.eessi-hpc.org.yml deleted file mode 100644 index 95d4ec7d..00000000 --- a/roles/create_cvmfs_content_structure/vars/pilot.eessi-hpc.org.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Specifications of files and symlinks for the pilot.eessi-hpc.org CVMFS repository. -# Paths for files and symlinks should be relative to the root of the repository. ---- -files: # noqa: var-naming[no-role-prefix] - - name: .cvmfsdirtab - dest: '' - mode: '644' - -symlinks: # noqa: var-naming[no-role-prefix] - latest: versions/2021.12 - host_injections: '$(EESSI_HOST_INJECTIONS:-/opt/eessi)'