summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/assemble.py
Commit message (Collapse)AuthorAgeFilesLines
* Changed assemble_from_fragments to use os.path.join (#24909)pdasilva2017-05-221-1/+1
| | | Fixes #19437
* let user control "auto-de-vault" (#22739)Brian Coca2017-03-241-0/+1
| | | | | | * added option to toggle off autodevaulting * fixes per feedbazck
* 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
* Adds path type and remove expanduserTim Rupp2017-02-131-4/+4
| | | | | | Related to #12263, this patch removes the usage of expanduser in favor of the path 'type' for the module options of src and dest
* 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
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-2/+4
|
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
|
* Change examples syntax on assemble moduleSam Doran2016-12-081-3/+11
|
* Fix assemble module for python3Toshio Kuratomi2016-12-081-21/+24
|
* unsafe writes! (#4314)Brian Coca2016-12-081-1/+1
| | | | | | | | * unsafe writes! * moved unsafe_write docs and args to file common * added unsafe_writes option handling
* Revert "Add prefixing and suffixing fuctionality to assemble"Brian Coca2016-12-081-33/+3
| | | | | This reverts commit 4c386dba565109d971e88be961abe93d700939b3. keeping in sync with main repo revert
* Fixed error in assemble module when validation failed. (#3814)Matthias Frey2016-12-081-2/+1
| | | | Error was: TypeError: fail_json() takes exactly 1 argument (2 given)
* Convert the whole files/ directory to py3 syntax (#3685)Michael Scherer2016-12-081-2/+4
|
* Add prefixing and suffixing fuctionality to assembleBence Nagy2016-12-081-4/+34
|
* fixed exit jsonBrian Coca2016-12-081-1/+1
|
* fixes to assembleBrian Coca2016-12-081-17/+35
| | | | | | | | now uses atomic move to avoid data corruption correclty cleans up temp files in every case returns backup_file info if needed validate validate before temp file gets created backup AFTER validate
* assemble: add file validation support.Matthias Frey2016-12-081-0/+19
|
* added ignore hidden to assembleBrian Coca2016-12-081-3/+11
|
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+1
|
* Move from md5 to sha1 to work on FIPS-140 enabled systemsToshio Kuratomi2016-12-081-7/+14
|
* file extensions!Michael DeHaan2016-12-081-0/+200