Commit graph

26 commits

Author SHA1 Message Date
mlewe
37d08500c5 Fixes ansible/ansible#15922 (#3793) 2016-09-07 15:22:16 -07:00
Scott Butler
1b86d838b6 Added semicolon to invalid operators list redux. 2016-09-02 12:26:33 -07:00
Dag Wieers
ec158e3ed8 Remove redundant code AFAICT (#3908) 2016-08-24 18:47:39 -04:00
Toshio Kuratomi
2f26352e49 Cleanups of command.py (#4526)
* 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
2016-08-24 08:27:36 -07:00
Toshio Kuratomi
b3c606047d Remove git and synchronize modules from list of commands we want users to use the module for instead. (#4233) 2016-07-21 10:57:41 -07:00
Harlan Lieberman-Berg
2b36edd55c command: Correct suggestion of non-existant module apt-get 2016-05-01 11:02:57 +02:00
Michael Scherer
b5ef21ef89 Suggest using uri if curl is detected
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.
2016-04-19 20:00:02 +02:00
Toshio Kuratomi
93d02189f6 Remove duplicate documentation fields 2016-01-28 09:24:20 -08:00
Alexander Gubin
956d1d0700 command: Add warnings for dnf and zypper 2015-12-22 10:08:59 +01:00
Brian Coca
10e70aaf2b note that create globs only work on 2.0
fixes #2666
2015-12-12 17:16:47 -05:00
Brian Coca
1f7686fd31 returned version added 2015-07-30 17:04:41 -04:00
Brian Coca
8227b48a6a minor doc fixes 2015-07-28 14:50:01 -04:00
Bill Nottingham
69deab1786 Warn on use of sudo, etc. in shell/command. 2015-07-27 11:02:24 -04:00
Toshio Kuratomi
6288d44581 Merge pull request #513 from fgsch/fix_1904
Allow globbing in creates= and removes= directives
2015-06-27 06:16:49 -07:00
Greg DeKoenigsberg
2a5f0bde87 Proper author info for all remaining modules 2015-06-15 15:53:30 -04:00
James Cammarata
76c6a53274 Fix missing expanduser on chdir value 2015-06-01 14:51:57 -07:00
James Cammarata
6a63f2a6ba Command module changes for v2 compatibility 2015-06-01 14:51:57 -07:00
Toshio Kuratomi
98f0c0424a Remove str.format() usage for python2.4 compat.
Fixes #10036
2015-01-27 09:45:05 -08:00
Federico G. Schwindt
9e381264ae Document globbing support 2015-01-07 04:47:58 +00:00
Federico G. Schwindt
3fca5e5876 Allow globbing in creates= and removes= directives
Fixes 1904
2014-12-14 22:53:21 +00:00
Ricky Cook
6db328c79a Fix regex string format 2014-10-09 21:25:58 +11:00
Ricky Cook
b195b5a6bb Get warn option same as other args 2014-10-09 21:25:58 +11:00
Ricky Cook
25789b3f47 Add comment to command options dict 2014-10-09 21:25:58 +11:00
Ricky Cook
8d9f6053d3 Simplify command module option parsing 2014-10-09 21:25:58 +11:00
James Cammarata
5af8d55b03 Strip newlines off k=v pairs in command/shell argument parsing
Fixes ansible/ansible#9272
2014-10-08 14:48:07 -05:00
Michael DeHaan
c8e1a2077e file extensions! 2014-09-26 10:37:56 -04:00
Renamed from commands/command (Browse further)