mirror of https://github.com/ansible/ansible.git
removes unneeded check_args function from ios_command
The module would raise a KeyError trying to find the save_config key which is not present in the argument_spec. This was caused by the check_args() function. Since the ios shared argument spec isn't used the check_args function is not needed and has been removed.pull/18777/head
parent
030dcccad4
commit
43ba7f3b3b
Loading…
Reference in New Issue