We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e73ee commit f5d0698Copy full SHA for f5d0698
tasks/runtime.yml
@@ -2,15 +2,6 @@
2
3
- include_tasks: pre.yml
4
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
-
14
- name: Fail if control host not in play and munge key not specified
15
fail:
16
msg: "Either the slurm control node must be in the play or `openhpc_munge_key` must be set"
0 commit comments