Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adds privilege escalation method for pmrun(Unix Privilege Manager 6.0) | Kevin Clark | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | New metadata 1.0 (#22587) | Toshio Kuratomi | 2017-03-14 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | Changes to the metadata format were approved here: https://github.com/ansible/proposals/issues/54 * Update documentation to the new metadata format * Changes to metadata-tool to account for new metadata * Add GPL license header * Add upgrade subcommand to upgrade metadata version * Change default metadata to the new format * Fix exclusion of non-modules from the metadata report * Fix ansible-doc for new module metadata * Exclude metadata version from ansible-doc output * Fix website docs generation for the new metadata * Update metadata schema in valiate-modules test * Update the metadata in all modules to the new version | ||||
* | Avoid having module documentation links to itself (#21329) | Dag Wieers | 2017-02-13 | 1 | -2/+2 |
| | | | | | | | | | * Avoid having module documentation links to itself A lot of modules use M(own_module) in their documentation causing a link in the documentation to itself. * Make note more clear now | ||||
* | Fixed typo "tempalated" => "templated" (#21187) | stigchristian | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | PEP 8 indent cleanup. (#20800) | Matt Clay | 2017-01-29 | 1 | -7/+7 |
| | | | | | | | | * PEP 8 E121 cleanup. * PEP 8 E126 cleanup. * PEP 8 E122 cleanup. | ||||
* | PEP 8 W291 whitespace cleanup. | Matt Clay | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | updated docs to suggest quote filter for shells | Brian Coca | 2017-01-10 | 1 | -13/+16 |
| | | | | Also changed comments into -name in examples where appropriate. | ||||
* | Resolving differences in core modules post-merge | James Cammarata | 2016-12-08 | 1 | -2/+0 |
| | |||||
* | Refreshed metadata for core modules | Toshio Kuratomi | 2016-12-08 | 1 | -0/+4 |
| | |||||
* | We've changed run_command to return native_strings | Toshio Kuratomi | 2016-12-08 | 1 | -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) | mlewe | 2016-12-08 | 1 | -2/+0 |
| | |||||
* | Added semicolon to invalid operators list redux. | Scott Butler | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | Remove redundant code AFAICT (#3908) | Dag Wieers | 2016-12-08 | 1 | -32/+0 |
| | |||||
* | Cleanups of command.py (#4526) | Toshio Kuratomi | 2016-12-08 | 1 | -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 Kuratomi | 2016-12-08 | 1 | -2/+2 |
| | | | | use the module for instead. (#4233) | ||||
* | command: Correct suggestion of non-existant module apt-get | Harlan Lieberman-Berg | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | Suggest using uri if curl is detected | Michael Scherer | 2016-12-08 | 1 | -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 fields | Toshio Kuratomi | 2016-12-08 | 1 | -1/+0 |
| | |||||
* | command: Add warnings for dnf and zypper | Alexander Gubin | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | note that create globs only work on 2.0 | Brian Coca | 2016-12-08 | 1 | -2/+2 |
| | | | | fixes #2666 | ||||
* | returned version added | Brian Coca | 2016-12-08 | 1 | -0/+1 |
| | |||||
* | Warn on use of sudo, etc. in shell/command. | Bill Nottingham | 2016-12-08 | 1 | -0/+3 |
| | |||||
* | Document globbing support | Federico G. Schwindt | 2016-12-08 | 1 | -2/+2 |
| | |||||
* | Allow globbing in creates= and removes= directives | Federico G. Schwindt | 2016-12-08 | 1 | -2/+3 |
| | | | | Fixes 1904 | ||||
* | Proper author info for all remaining modules | Greg DeKoenigsberg | 2016-12-08 | 1 | -1/+3 |
| | |||||
* | Fix missing expanduser on chdir value | James Cammarata | 2016-12-08 | 1 | -0/+1 |
| | |||||
* | Command module changes for v2 compatibility | James Cammarata | 2016-12-08 | 1 | -47/+13 |
| | |||||
* | Remove str.format() usage for python2.4 compat. | Toshio Kuratomi | 2016-12-08 | 1 | -3/+2 |
| | | | | Fixes #10036 | ||||
* | Fix regex string format | Ricky Cook | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | Get warn option same as other args | Ricky Cook | 2016-12-08 | 1 | -1/+1 |
| | |||||
* | Add comment to command options dict | Ricky Cook | 2016-12-08 | 1 | -0/+1 |
| | |||||
* | Simplify command module option parsing | Ricky Cook | 2016-12-08 | 1 | -12/+21 |
| | |||||
* | Strip newlines off k=v pairs in command/shell argument parsing | James Cammarata | 2016-12-08 | 1 | -6/+1 |
| | | | | Fixes ansible/ansible#9272 | ||||
* | file extensions! | Michael DeHaan | 2016-12-08 | 1 | -0/+275 |