1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update pn_vlan (#5223)

removed name from an older file which got left out
This commit is contained in:
amitsi 2016-10-12 18:18:46 -07:00 committed by Matt Clay
parent 43e6206559
commit 522ed054f7

View file

@ -222,8 +222,6 @@ def get_command_from_state(state):
def main():
""" This section is for arguments parsing """
arguement_spec = pn_arguement_spec
module = AnsibleModule(
argument_spec=dict(
pn_cliusername=dict(required=False, type='str'),