Skip to content

Commit

Permalink
Update netbox.yml
Browse files Browse the repository at this point in the history
updating data task to pull validate certs from netbox role.
  • Loading branch information
lvangink authored Jan 10, 2024
1 parent 4de3e89 commit c82a9cc
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, validate_certs=False) }}"
oc_data: "{{ query('ciscops.mdd.netbox_oc', inventory_hostname, validate_certs=netbox_validate_certs) }}"

0 comments on commit c82a9cc

Please sign in to comment.