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 8753e32 commit d2864a3Copy full SHA for d2864a3
defaults/main.yml
@@ -57,7 +57,7 @@ ohpc_gres_types: >-
57
['gpu'] if openhpc_nodegroups | map(attribute='gres_autodetect', default='') | unique | select('eq', 'nvml') else [] +
58
openhpc_nodegroups |
59
community.general.json_query('[].gres[].conf') |
60
- map('regex_search', '^(\\w+)')
+ map('regex_search', '^(\w+)')
61
) | flatten | reject('eq', '') | sort | unique | join(',')
62
}}
63
openhpc_gres_template: gres.conf.j2
0 commit comments