Skip to content

Commit 3440050

Browse files
committed
fix lint error
1 parent e41cc84 commit 3440050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- name: Check no host appears in more than one nodegroup
1111
assert:
12-
that: "{{ _openhpc_check_hosts.values() | select('greaterthan', 1) | length == 0}}"
12+
that: "{{ _openhpc_check_hosts.values() | select('greaterthan', 1) | length == 0 }}"
1313
fail_msg: |
1414
Some hosts appear more than once in inventory groups {{ _openhpc_node_inventory_groups | join(', ') }}:
1515
{{ _openhpc_check_hosts | dict2items | rejectattr('value', 'equalto', 1) | items2dict | to_nice_yaml }}

0 commit comments

Comments
 (0)