summaryrefslogtreecommitdiff
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add note about useful quote filter.Michael DeHaan2014-07-181-0/+3
* | Added examples to the command moduleRik2014-06-241-2/+10
* | Added examples to the shell moduleRik2014-06-241-1/+12
|/
* Clarify free_form isn't a real option :)Michael DeHaan2014-04-032-2/+4
* Micro-optimization: replace s.find(x)!=-1 with x in sCristian Ciupitu2014-03-161-1/+1
* Force command action to not be executed by the shell unless specifically enabledJames Tanner2014-03-101-1/+1
* Add creates= and removes= to the script: actionjeromew2014-02-181-0/+18
* Adding no_log: capability for tasksJames Cammarata2014-01-311-1/+3
* Mention shell module in command documentationJeff Geerling2014-01-271-1/+2
* shell module: document removes option and sync with command module docStoned Elipot2013-12-251-7/+13
* Fixes #5023 Convert all modules to use new snippet import patternJames Tanner2013-12-021-2/+2
* There's a cleaner way to do this, commit to module formatter pending.Michael DeHaan2013-11-272-1/+2
* No longer need to reference 'version_added' in docs for these, as this was qu...Michael DeHaan2013-11-272-2/+1
* Add version_added to all modules missing version_added information, the docs ...Michael DeHaan2013-11-183-0/+3
* Allow for relative paths by using abspathJesse Keating2013-08-201-6/+3
* Docs: consistently format playbook EXAMPLESJan-Piet Mens2013-06-171-1/+2
* DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)Jan-Piet Mens2013-06-154-20/+29
* No need to expanduser() command's chdir argument twiceStoned Elipot2013-05-291-1/+1
* Allow modules to be categorized, and also sort them when generating the docum...Michael DeHaan2013-04-284-0/+322