diff --git a/CICD/plays/computenodes.yml b/CICD/plays/computenodes.yml
index a43a5a927506f800d0f8d5a1eb3da208d404f4b5..fa6a749c96c8341915132e8cd577ba780abc5f5e 100644
--- a/CICD/plays/computenodes.yml
+++ b/CICD/plays/computenodes.yml
@@ -25,7 +25,7 @@
   - { role: nfs-client, nfsMounts: "{{ computeNfsMounts }}", tags: [ filesystems ] }
   - { role: slurm-common, tags: [ slurm, slurm-common ] }
   - { role: lmod, tags: [ other ] }
-  - { role: enable_modules, default_modules: "lmod", tags: [ other ] }
+  - { role: enable_modules, default_modules: "modulecmd", tags: [ other ] }
   - { role: postfix, tags: [ mail, other ] }
 
 - hosts: 'VisNodes'