summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/commands/script.py
Commit message (Collapse)AuthorAgeFilesLines
* typo: psuedo -> pseudo (#23177)smaftoul2017-03-311-1/+1
|
* let user control "auto-de-vault" (#22739)Brian Coca2017-03-241-0/+2
| | | | | | * added option to toggle off autodevaulting * fixes per feedbazck
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
|
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-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 Wieers2017-02-131-1/+1
| | | | | | | | | * 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
* Add warning to raw and script modules that there is no actual free_form ↵Eric Lavarde2017-01-031-1/+1
| | | | parameter (like for command etc).
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
|
* Change examples syntax on script moduleSam Doran2016-12-081-3/+7
|
* Add a note about using the script module with pseudo-tty's lack of stderr ↵jctanner2016-12-081-0/+1
| | | | | | channel (#4000) Addresses #3610
* Add missing GPLv3 License headerMike Putnam2016-12-081-0/+14
| | | | Fixes #1643
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+3
|
* file extensions!Michael DeHaan2016-12-081-0/+47