Skip to content

Commit f5d0698

Browse files
committed
remove checks from runtime now validation defined
1 parent c8e73ee commit f5d0698

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tasks/runtime.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
- include_tasks: pre.yml
44

5-
- name: Check openhpc_slurm_control_host, openhpc_cluster_name or openhpc_slurm_partitions exist
6-
assert:
7-
that:
8-
- openhpc_slurm_control_host is defined
9-
- openhpc_cluster_name is defined
10-
- openhpc_cluster_name != ''
11-
- openhpc_slurm_partitions is defined
12-
fail_msg: "Undefined openhpc_slurm_control_host, openhpc_cluster_name or openhpc_slurm_partitions."
13-
145
- name: Fail if control host not in play and munge key not specified
156
fail:
167
msg: "Either the slurm control node must be in the play or `openhpc_munge_key` must be set"

0 commit comments

Comments
 (0)