Skip to content

Commit

Permalink
Fixing syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonking3 committed Jan 10, 2024
1 parent c45132c commit 2069950
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/data/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
mdd_data: "{{ mdd_combine_output.mdd_data | default({}) }}"

- block:
- include_role: ciscops.mdd.netbox
- include_role:
name: ciscops.mdd.netbox
- include_tasks: netbox.yml
when: netbox_api is defined or lookup('env', 'NETBOX_API', default=false)

0 comments on commit 2069950

Please sign in to comment.