Skip to content

Commit 6105359

Browse files
committed
Remove unnecessary +IgnoreErrors in inv-query test inventory
1 parent 44d8534 commit 6105359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/inventory-inv-queries/nodes

tests/inventory-inv-queries/nodes/n2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
nodes: $[ exports:node ]
66

77
n2_nodes: $[ if exports:node == n2 ]
8-
n2_data: $[ +IgnoreErrors exports:n2_data ]
8+
n2_data: $[ exports:n2_data ]
99

1010

1111
exports:

0 commit comments

Comments
 (0)