Skip to content

Commit 9f3ee0d

Browse files
authored
Fixed syntax error
one opened bracket but two closed
1 parent cd0b654 commit 9f3ee0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/nb_lookup_lookup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ Examples
568568
manufactured by {{ item.value.device_type.manufacturer.name }}"
569569
loop: "{{ query('netbox.netbox.nb_lookup', 'devices',
570570
api_endpoint='http://localhost/',
571-
api_filter='role=management tag=Dell'),
571+
api_filter='role=management tag=Dell',
572572
token='<redacted>') }}"
573573
# This example uses an API Filter with a variable and jinja concatenation
574574
- name: Set hostname fact

0 commit comments

Comments
 (0)