mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix PEP 8 issue.
This commit is contained in:
parent
ef5e97ef5a
commit
f87ec440e7
1 changed files with 2 additions and 1 deletions
|
@ -237,7 +237,8 @@ def main():
|
||||||
encap_id=dict(type='int', aliases=['vlan', 'vlan_id']),
|
encap_id=dict(type='int', aliases=['vlan', 'vlan_id']),
|
||||||
primary_encap_id=dict(type='int', aliases=['primary_vlan', 'primary_vlan_id']),
|
primary_encap_id=dict(type='int', aliases=['primary_vlan', 'primary_vlan_id']),
|
||||||
deploy_immediacy=dict(type='str', choices=['immediate', 'lazy']),
|
deploy_immediacy=dict(type='str', choices=['immediate', 'lazy']),
|
||||||
interface_mode=dict(type='str', choices=['untagged', '802.1p', 'trunk', 'regular', 'native', 'tagged', 'access'], aliases=['mode', 'interface_mode_name']),
|
interface_mode=dict(type='str', choices=['untagged', '802.1p', 'trunk', 'regular', 'native', 'tagged', 'access'],
|
||||||
|
aliases=['mode', 'interface_mode_name']),
|
||||||
interface_type=dict(type='str', choices=['switch_port', 'vpc', 'port_channel', 'fex'], required=True),
|
interface_type=dict(type='str', choices=['switch_port', 'vpc', 'port_channel', 'fex'], required=True),
|
||||||
# NOTE: C(pod) is usually an integer below 10.
|
# NOTE: C(pod) is usually an integer below 10.
|
||||||
pod=dict(type='int', aliases=['pod_number']),
|
pod=dict(type='int', aliases=['pod_number']),
|
||||||
|
|
Loading…
Reference in a new issue