summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/commands
Commit message (Expand)AuthorAgeFilesLines
* core promotionsMatt Martz2020-03-091-1/+1
* Migrated to ansible.netcommonAnsible Core Team2020-03-091-112/+0
* Migrated to community.windowsAnsible Core Team2020-03-091-520/+0
* [doc] Set consistent return codes for modules (#67444)Baptiste Mille-Mathias2020-02-172-15/+50
* add asterisk '*' to the list of non-working operations (#65728)jalbersdorfer2019-12-121-1/+1
* Improve examples on parameters use with argv (#60781)Arnaud Venturi2019-11-181-4/+7
* command, script & shell: mention 'cmd' parameter (#62778)Pilou2019-11-123-10/+37
* psexec - Fix kerb and interactive support (#62556)Jordan Borean2019-09-191-2/+3
* fix typos in commands modules (#62197)Andrey Klychkov2019-09-122-2/+2
* psexec - update example for for delegation example (#59475)Jordan Borean2019-07-241-1/+1
* Fixed fail_json call in command module (#58615)Abhijeet Kasurde2019-07-051-2/+2
* Fix unhandled errors in command moduleBrian Coca2019-06-261-3/+10
* [doc] expect module: mention all parameter types (#56394)Pilou2019-05-141-0/+5
* [doc] command module: mention all parameter types (#56396)Pilou2019-05-141-0/+4
* Updated playbook works sample. (#51673)Sayed Anisul Hoque2019-03-111-2/+2
* Update command/shell docs with note about modules for rebooting(#51499)Sam Doran2019-02-132-3/+5
* start getting modules to use shared import error code (#51787)Jordan Borean2019-02-061-2/+5
* toggle for stripping empty shell/command output (#51342)Brian Coca2019-01-291-2/+14
* shell: Improve documentation (#51109)Dag Wieers2019-01-221-15/+21
* raw is transport-agnosticDag Wieers2019-01-071-2/+3
* Command module docs: args vs argv (#49907)Alicia Cozine2018-12-191-13/+24
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-192-10/+10
* Sanity fixes in various modules (#50080)Dag Wieers2018-12-181-1/+1
* Add seealso section to Windows and related modules (#49845)Dag Wieers2018-12-156-0/+26
* Add Windows example of raw command (#47153)Jorgen2018-11-301-16/+21
* E325 Removal - Part II (#49196)Abhijeet Kasurde2018-11-281-0/+1
* command modules: optional stdin_add_newline (#45170)James Cassell2018-10-312-1/+15
* Add helper function to return helpful import error msg (#47409)Jordan Borean2018-10-241-10/+4
* psexec: Handle socket errors (Connection timeout) (#47201)Dag Wieers2018-10-221-12/+31
* psexec: better error on import failure (#47327)Jordan Borean2018-10-191-7/+14
* Add less judgmental hint to use script + templateDag Wieers2018-09-281-0/+2
* Clean up common module docs (#45888)Dag Wieers2018-09-272-35/+37
* Clarify the creates and removes options (#45485)Kerry2018-09-111-2/+2
* Various improvements to script module docs (#44637)Dag Wieers2018-08-241-30/+27
* Fix script module document (#42778)Yuma Inaura (稲浦悠馬)2018-08-241-4/+4
* Update shell.py (#44477)Steve Dodd2018-08-231-0/+6
* In expect module documentation add `no_log` to password change example (#44436)Daniel-Sanchez-Fabregas2018-08-211-0/+2
* Remove use of simplejson throughout code base (#43548)Matt Martz2018-08-101-8/+4
* Force all args to strings for 'command' (fixes #43732)Andrew Gaffney2018-08-061-0/+6
* Enable check_mode in command module (#40428)Jarryd Tilbrook2018-07-232-2/+15
* adds a new feature to the telnet action pluginPeter Sprygada2018-07-121-0/+8
* Added executable parameter to the script module (#36969)tranceitionalMynd2018-05-251-0/+14
* Add a 'machinectl shell' become_method (#39826)Antoine Pietri2018-05-251-1/+1
* Update examples in modules/commands to use proper YAML syntax. (#35692)Joshua Smith2018-05-231-1/+3
* Explicit availability of 'null' timeout in expect (#40429)Bruno Inec2018-05-211-1/+2
* Fixes #19392: allow commands to be specified as lists. new syntax is documen...Adam Patt2018-05-161-5/+28
* expect: Fix typo in examples (#39900)Filippo Civiletti2018-05-091-1/+1
* psexec: new module to run commands on a remote Windows host without WinRM (#3...Jordan Borean2018-04-241-0/+494
* Clean up module documentation (#36909)Dag Wieers2018-03-153-23/+2
* Add note to use script module rather than inline here documents (#32863)Sam Doran2018-02-211-8/+10