mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 11:13:10 +00:00
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.