Skip to content

Commit

Permalink
Update netbox.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lvangink authored Jan 10, 2024
1 parent dcd5679 commit 98edcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/data/tasks/netbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set_fact:
mdd_data: "{{ mdd_data | default({}) | ciscops.mdd.mdd_combine(oc_data, recursive=True) }}"
vars:
oc_data: "{{ query('ciscops.mdd.netbox_oc', inventory_hostname) }}"
oc_data: "{{ query('ciscops.mdd.netbox_oc', inventory_hostname, validate_certs=netbox_validate_certs) }}"

0 comments on commit 98edcb4

Please sign in to comment.