Skip to content

Commit bfa719f

Browse files
authored
Merge pull request #346 from stackhpc/fix/packer-ansible-plugin
Fix removal of packer bundled ansible plugin
2 parents 81ef85f + f598839 commit bfa719f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

environments/.stackhpc/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable "cluster_name" {
1313
variable "cluster_image" {
1414
description = "single image for all cluster nodes - a convenience for CI"
1515
type = string
16-
default = "openhpc-231208-1207-b69af6e2" # https://github.com/stackhpc/ansible-slurm-appliance/pull/341
16+
default = "openhpc-240102-1025-e533fd70" # https://github.com/stackhpc/ansible-slurm-appliance/pull/346
1717
# default = "Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2"
1818
}
1919

packer/openstack.pkr.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ packer {
1111
version = ">= 1.0.0"
1212
source = "github.com/hashicorp/openstack"
1313
}
14+
ansible = {
15+
version = ">= 1.1.1"
16+
source = "github.com/hashicorp/ansible"
17+
}
1418
}
1519
}
1620

0 commit comments

Comments
 (0)