summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/fetch.py
Commit message (Collapse)AuthorAgeFilesLines
* Make fetch default to fail on errorsToshio Kuratomi2017-05-031-5/+11
| | | | Fixes #23501
* 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
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
|
* Change examples syntax on fetch moduleSam Doran2016-12-081-5/+16
|
* Fix grammar in docs for fetch 'fail_on_missing' (#3872)Brendan Jurd2016-12-081-1/+1
|
* Replace ansible_hostname with inventory_hostname (#3559)Dag Wieers2016-12-081-2/+2
| | | | This way these examples can be re-used using the ansible command (and don't require facts gathering).
* Add note about precautions of using become with fetch. Addresses ↵Matt Martz2016-12-081-0/+7
| | | | https://github.com/ansible/ansible/issues/14064
* Add missing GPLv3 License headerMike Putnam2016-12-081-0/+15
| | | | Fixes #1643
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+3
|
* update flat descriptionJason Paige2016-12-081-1/+1
| | | | default behavior is to append the `hostname/path/to/file`, not prepend as currently stated by the flat arg docs
* fetch: fix the flat parameter descriptionGauvain Pocentek2016-12-081-4/+4
| | | | | | ansible-doc expects the value of the description field to be a list, otherwise the output is not correct. This patch updates the flat description to be a list.
* Move from md5 to sha1 to work on FIPS-140 enabled systemsToshio Kuratomi2016-12-081-2/+3
|
* file extensions!Michael DeHaan2016-12-081-0/+67