community.general/lib/ansible/modules/network/ios
René Moser f2729f11c3 ios_config: fix "save" arg results in timeout (#21344)
* 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
2017-02-13 21:12:54 -05:00
..
__init__.py initial add of ios_template module 2016-12-08 11:24:03 -05:00
_ios_template.py updates ios modules to support persistent socket (#21258) 2017-02-13 15:22:14 +00:00
ios_command.py updates ios modules to support persistent socket (#21258) 2017-02-13 15:22:14 +00:00
ios_config.py ios_config: fix "save" arg results in timeout (#21344) 2017-02-13 21:12:54 -05:00
ios_facts.py fixes ios_facts that was returning no values (#21357) 2017-02-13 20:20:44 -05:00
ios_system.py updates ios modules to support persistent socket (#21258) 2017-02-13 15:22:14 +00:00
ios_vrf.py updates ios modules to support persistent socket (#21258) 2017-02-13 15:22:14 +00:00