summaryrefslogtreecommitdiff
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-064-0/+16
* Change examples syntax on shell moduleSam Doran2016-11-141-4/+6
* Change examples syntax on script moduleSam Doran2016-11-141-3/+7
* We've changed run_command to return native_stringsToshio Kuratomi2016-10-031-8/+8
* Fixes ansible/ansible#15922 (#3793)mlewe2016-09-071-2/+0
* Added semicolon to invalid operators list redux.Scott Butler2016-09-021-1/+1
* Remove redundant code AFAICT (#3908)Dag Wieers2016-08-241-32/+0
* Cleanups of command.py (#4526)Toshio Kuratomi2016-08-241-28/+24
* Remove git and synchronize modules from list of commands we want users to use...Toshio Kuratomi2016-07-211-2/+2
* Add a note about using the script module with pseudo-tty's lack of stderr cha...jctanner2016-06-211-0/+1
* updated raw docs for environment and executableBrian Coca2016-06-151-4/+6
* command: Correct suggestion of non-existant module apt-getHarlan Lieberman-Berg2016-05-011-1/+1
* Suggest using uri if curl is detectedMichael Scherer2016-04-191-1/+1
* Added some documentation for the shell return valuesLeonardo Giordani2016-02-251-0/+48
* Add example of using non-posix shellisms to raw and shellToshio Kuratomi2016-02-032-1/+19
* Remove duplicate documentation fieldsToshio Kuratomi2016-01-281-1/+0
* command: Add warnings for dnf and zypperAlexander Gubin2015-12-221-2/+2
* note that create globs only work on 2.0Brian Coca2015-12-121-2/+2
* returned version addedBrian Coca2015-07-302-0/+2
* Merge pull request #1670 from mikeputnam/issue-1643-gpl-headerBrian Coca2015-07-303-0/+44
|\
| * Add missing GPLv3 License headerMike Putnam2015-07-033-0/+44
* | minor doc fixesBrian Coca2015-07-282-5/+2
* | Warn on use of sudo, etc. in shell/command.Bill Nottingham2015-07-271-0/+3
|/
* Merge pull request #513 from fgsch/fix_1904Toshio Kuratomi2015-06-271-4/+5
|\
| * Document globbing supportFederico G. Schwindt2015-01-071-2/+2
| * Allow globbing in creates= and removes= directivesFederico G. Schwindt2014-12-141-2/+3
* | Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-154-4/+12
* | Fix missing expanduser on chdir valueJames Cammarata2015-06-011-0/+1
* | Command module changes for v2 compatibilityJames Cammarata2015-06-011-47/+13
* | Remove str.format() usage for python2.4 compat.Toshio Kuratomi2015-01-271-3/+2
* | Fix regex string formatRicky Cook2014-10-091-1/+1
* | Get warn option same as other argsRicky Cook2014-10-091-1/+1
* | Add comment to command options dictRicky Cook2014-10-091-0/+1
* | Simplify command module option parsingRicky Cook2014-10-091-12/+21
|/
* Strip newlines off k=v pairs in command/shell argument parsingJames Cammarata2014-10-081-6/+1
* package filesMichael DeHaan2014-09-261-0/+0
* file extensions!Michael DeHaan2014-09-264-0/+0
* Restructuring.Michael DeHaan2014-09-264-0/+443
* Move modules into subdirectory.Michael DeHaan2014-09-264-443/+0
* Make command warnings off by default to minimize surprises.Michael DeHaan2014-08-222-4/+3
* Docs for command warnings feature.Michael DeHaan2014-08-221-1/+3
* Slightly trim down the warnings list based on some things being pretty commonMichael DeHaan2014-08-221-1/+0
* Added warnings to command moduleWill Thames2014-08-222-9/+49
* Removing skipped=True from result when using creates= and removes=James Cammarata2014-08-191-2/+0
* Merge branch 'spelling' of git://github.com/cgar/ansible into develMichael DeHaan2014-08-081-1/+1
|\
| * multiple spelling error changesCarlos E. Garcia2014-04-291-1/+1
* | Move splitter to module_utils so modules can use it and fix command arg split...James Cammarata2014-07-291-6/+3
* | Fixes for module param counting and additional shell quoting issuesJames Cammarata2014-07-231-5/+10
* | Fixing up shell quoting issuesJames Cammarata2014-07-221-8/+21
* | Security fixes:James Cammarata2014-07-211-27/+34