| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Fixes #19437
|
|
|
|
|
|
| |
* added option to toggle off autodevaulting
* fixes per feedbazck
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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
A lot of modules use M(own_module) in their documentation causing a link
in the documentation to itself.
* Make note more clear now
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* unsafe writes!
* moved unsafe_write docs and args to file common
* added unsafe_writes option handling
|
|
|
|
|
| |
This reverts commit 4c386dba565109d971e88be961abe93d700939b3.
keeping in sync with main repo revert
|
|
|
|
| |
Error was: TypeError: fail_json() takes exactly 1 argument (2 given)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|