mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixed typo in resolution_immediacy values dict
This commit is contained in:
parent
f0a0b630f6
commit
d69c803353
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue