community.general/lib/ansible/modules/network/eos
Peter Sprygada 622592c413 refactor the eos_command module to use the CommandRunner
* This adds support the CommandRunner to handle executing commands on
the remote device.
* It also changes the waitfor argument to wait_for to remain compatable
with other modules and adds an alias for waitfor.
* Restricts commands to show commands only when check mode is specified.
* add version_added to wait_for doc string
2016-12-08 11:24:39 -05:00
..
__init__.py
eos_command.py refactor the eos_command module to use the CommandRunner 2016-12-08 11:24:39 -05:00
eos_config.py Fixed typos 2016-12-08 11:24:27 -05:00
eos_eapi.py Various simple linting type cleanups on modules 2016-12-08 11:24:06 -05:00
eos_template.py handles config replace properly in eos_template 2016-12-08 11:24:16 -05:00