Skip to content

Commit 8c87105

Browse files
authored
Merge pull request #1414 from Kloppi313/patch-1
Fixed syntax error
2 parents cd0b654 + 9f3ee0d commit 8c87105

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)