Skip to content
Snippets Groups Projects

Fix compute and GPU img builds

1 file
+ 1
5
Compare changes
  • Side-by-side
  • Inline
@@ -38,10 +38,6 @@ build {
provisioner "ansible" {
use_proxy = false
groups = ["compute"]
playbook_file = "./CRI_XCBC/ood-packer.yaml"
extra_arguments = [
"-t enable_lmod",
"-t lmod_user",
]
playbook_file = "./CRI_XCBC/compute-packer.yaml"
}
}
Loading