mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
* ios_config: fix "save" arg results in timeout The command "copy running-config startup-config" prompts for a destination filename, which was not handled. ~~~ testswitch#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] 0 bytes copied in 0.679 secs (0 bytes/sec) [15:16] ios: write memory ~~~ * test_ios_config: adjust test_ios_config_save