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 e41cc84 commit 3440050Copy full SHA for 3440050
tasks/validate.yml
@@ -9,7 +9,7 @@
9
10
- name: Check no host appears in more than one nodegroup
11
assert:
12
- that: "{{ _openhpc_check_hosts.values() | select('greaterthan', 1) | length == 0}}"
+ that: "{{ _openhpc_check_hosts.values() | select('greaterthan', 1) | length == 0 }}"
13
fail_msg: |
14
Some hosts appear more than once in inventory groups {{ _openhpc_node_inventory_groups | join(', ') }}:
15
{{ _openhpc_check_hosts | dict2items | rejectattr('value', 'equalto', 1) | items2dict | to_nice_yaml }}
0 commit comments