community.general/lib/ansible/modules/commands
Jarryd Tilbrook 460f858640 Enable check_mode in command module (#40428)
* Enable check_mode in command module

This only works if supplying creates or removes since it needs
something to base the heuristic off. If none are supplied it will just
skip as usual.
Fixes #15828

* Add documentation for new check_mode behavior
2018-07-23 14:06:41 -07:00
..
__init__.py
command.py Enable check_mode in command module (#40428) 2018-07-23 14:06:41 -07:00
expect.py Explicit availability of 'null' timeout in expect (#40429) 2018-05-21 12:32:06 -05:00
psexec.py psexec: new module to run commands on a remote Windows host without WinRM (#36723) 2018-04-24 12:15:15 +10:00
raw.py
script.py Added executable parameter to the script module (#36969) 2018-05-25 14:40:48 -05:00
shell.py Enable check_mode in command module (#40428) 2018-07-23 14:06:41 -07:00
telnet.py adds a new feature to the telnet action plugin 2018-07-12 10:11:55 -04:00