summaryrefslogtreecommitdiff
path: root/commands/command.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for core modulesToshio Kuratomi2016-12-061-0/+4
|
* We've changed run_command to return native_stringsToshio Kuratomi2016-10-031-8/+8
| | | | | | on python3, this means that we don't get bytes back by default. We probably do want bytes here so modify our call to run_command so we get bytes instead of text.
* 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
| | | | | | * Import module_utils at the top * Fix python3 by marking literals combined with stdout/stderr as byte literals * Mark parameters as type=path where appropriate
* Remove git and synchronize modules from list of commands we want users to ↵Toshio Kuratomi2016-07-211-2/+2
| | | | use the module for instead. (#4233)
* 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
| | | | | | | | Some people use the command module to run curl not to download file, but to interact with remote HTTP api, and the get_url suggestion is not suitable. So adding uri in the warning would give a more meaningful warning. Suggested by Tahvok on #ansible irc channel.
* 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
| | | | fixes #2666
* returned version addedBrian Coca2015-07-301-0/+1
|
* minor doc fixesBrian Coca2015-07-281-2/+0
|
* 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
|\ | | | | Allow globbing in creates= and removes= directives
| * Document globbing supportFederico G. Schwindt2015-01-071-2/+2
| |
| * Allow globbing in creates= and removes= directivesFederico G. Schwindt2014-12-141-2/+3
| | | | | | | | Fixes 1904
* | Proper author info for all remaining modulesGreg DeKoenigsberg2015-06-151-1/+3
| |
* | 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
| | | | | | | | Fixes #10036
* | 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
| | | | Fixes ansible/ansible#9272
* file extensions!Michael DeHaan2014-09-261-0/+275