File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
environments/.stackhpc/terraform Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 23
23
path : /etc/NetworkManager/conf.d/99-cloud-init.conf
24
24
state : absent
25
25
26
+ - name : Get remote environment for ansible_user
27
+ setup :
28
+ gather_subset : env
29
+ become : no
30
+
26
31
- name : Delete any injected ssh config for ansible_user
27
32
file :
28
- path : " /home/ {{ ansible_user }}/.ssh/"
33
+ path : " {{ ansible_env.HOME }}/.ssh/"
29
34
state : absent
30
35
31
36
- name : Run cloud-init cleanup
Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ variable "cluster_image" {
28
28
description = " single image for all cluster nodes, keyed by os_version - a convenience for CI"
29
29
type = map (string )
30
30
default = {
31
- # https://github.com/stackhpc/ansible-slurm-appliance/pull/353
32
- RL8: " openhpc-RL8-240313-1028-15f9ab38 "
33
- RL9: " openhpc-RL9-240313-1057-15f9ab38 "
31
+ # https://github.com/stackhpc/ansible-slurm-appliance/pull/382
32
+ RL8: " openhpc-RL8-240327-1050-4812f852 "
33
+ RL9: " openhpc-RL9-240327-1026-4812f852 "
34
34
}
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments