mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-25 07:56:38 +00:00
Update pn_vlan (#5223)
removed name from an older file which got left out
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user