Skip to content

Commit

Permalink
Fixed typo in resolution_immediacy values dict
Browse files Browse the repository at this point in the history
  • Loading branch information
marinus81 authored and dagwieers committed Sep 5, 2017
1 parent f0a0b63 commit d69c803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/modules/network/aci/aci_epg_to_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def main():
epg=dict(type='str', aliases=['name', 'epg_name']),
netflow=dict(type='str', choices=['disabled', 'enabled']),
primary_encap=dict(type='int'),
resolution_immediacy=dict(type='str', choices=['immdediate', 'lazy', 'pre-provision']),
resolution_immediacy=dict(type='str', choices=['immediate', 'lazy', 'pre-provision']),
state=dict(type='str', default='present', choices=['absent', 'present', 'query']),
tenant=dict(type='str', aliases=['tenant_name']),
vm_provider=dict(type='str', choices=['vmware']), # TODO: Find out OVS and Hyper-V options
Expand Down

0 comments on commit d69c803

Please sign in to comment.