Skip to content

Commit

Permalink
Strip outer defaults key (#206) (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Wiebe <[email protected]>
  • Loading branch information
devegupt and mikewiebe authored Oct 16, 2024
1 parent 7ae1d06 commit 029253d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/validate/tasks/sub_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
register: defaults
delegate_to: localhost

- name: Register Variable With Only Defaults from Previous Task
ansible.builtin.set_fact:
defaults: "{{ defaults['defaults'] }}"
delegate_to: localhost

- name: Prepare Service Model
cisco.nac_dc_vxlan.common.prepare_service_model:
inventory_hostname: "{{ inventory_hostname }}"
Expand Down

0 comments on commit 029253d

Please sign in to comment.