diff --git a/ansible/compute.yml b/ansible/login.yml
similarity index 82%
rename from ansible/compute.yml
rename to ansible/login.yml
index 400992914c594449e23f024038a4b5c37076f95b..9d7dd233bfa619713785678e6d070e8fbda5e22f 100644
--- a/ansible/compute.yml
+++ b/ansible/login.yml
@@ -5,6 +5,5 @@
   roles:
     - { name: 'fix_centos_repo', tags: 'fix_centos_repo' }
     - { name: 'install_packages', tags: 'install_packages' }
-    - { name: 'pam_slurm_adopt', tags: 'pam_slurm_adopt' }
     - { name: 'install_nhc', tags: 'install_nhc'}
 
diff --git a/openstack-login/nodeimage.pkr.hcl b/openstack-login/nodeimage.pkr.hcl
index 008b7683c26e97119664bfbb03c19ea7d8ee8fcf..fd6b35ee3c2be27e5fd4f353f0a1a47e27d06103 100644
--- a/openstack-login/nodeimage.pkr.hcl
+++ b/openstack-login/nodeimage.pkr.hcl
@@ -48,7 +48,7 @@ build {
     use_proxy     = false
     user          = var.ssh_username
     groups        = ["compute"]
-    playbook_file = "./ansible/compute.yml"
+    playbook_file = "./ansible/login.yml"
     roles_path    = "./ansible/roles"
     extra_arguments = [
       "--extra-vars", "root_ssh_key='${var.root_ssh_key}'"