Open
Description
I used the below to create multiple epg's and it works fine but the output file being generated not in a proper format. Because of this i cant run NDI Pre-change analysis feature and i had to manually edit the file to make it in a proper format.
-
name: Create EPG
aci_epg:
host: "{{ host }}"
username: usernamepassword: "{{ password }}" tenant: "{{ item.Tenant }}" ap: "{{ item.AP }}" epg: "{{ item.EPG }}" bd: "{{ item.Bridge_domain }}" description: "{{ item.Description }}" state: "{{ item.State }}" validate_certs: no output_level: debug output_path: ./output/output.json loop: "{{ input.list }}"
I have attached the output i am getting and the expected output.
Can you please have a look ?