Skip to content

Commit db202cf

Browse files
committed
wip: fix caas partitions
1 parent c8af52e commit db202cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

environments/.caas/hooks/pre.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
roles:
1515
- cluster_infra
1616

17+
- name: DEBUG
18+
hosts: all
19+
tasks:
20+
- debug:
21+
msg: |
22+
openhpc_nodegroups: {{ openhpc_nodegroups }}
23+
openhpc_partitions: {{ openhpc_partitions }}
24+
1725
# Ensure that the secrets are generated and persisted on the control host
1826
- name: Generate and persist secrets
1927
hosts: control

0 commit comments

Comments
 (0)