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:
parent
43e6206559
commit
522ed054f7
1 changed files with 0 additions and 2 deletions
|
@ -222,8 +222,6 @@ def get_command_from_state(state):
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
""" This section is for arguments parsing """
|
""" This section is for arguments parsing """
|
||||||
arguement_spec = pn_arguement_spec
|
|
||||||
|
|
||||||
module = AnsibleModule(
|
module = AnsibleModule(
|
||||||
argument_spec=dict(
|
argument_spec=dict(
|
||||||
pn_cliusername=dict(required=False, type='str'),
|
pn_cliusername=dict(required=False, type='str'),
|
||||||
|
|
Loading…
Reference in a new issue