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 ec07266 commit 863bea5Copy full SHA for 863bea5
templates/gres.conf.j2
@@ -9,7 +9,7 @@ AutoDetect=off
9
{% set autodetect_mechanisms = inventory_group_hosts | group_by_gres_autodetect %}
10
{% for mechanism, _mechanism_hosts in autodetect_mechanisms.items() %}
11
{% set mechanism_hosts = _mechanism_hosts | difference(donehosts) %}
12
-{% if mechanism != 'disabled' %}
+{% if mechanism != 'off' %}
13
{% for hostlist in (mechanism_hosts | hostlist_expression) %}
14
NodeName={{ hostlist }} AutoDetect={{ mechanism }}
15
{% endfor %}
0 commit comments