| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes #23501
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
| |
This way these examples can be re-used using the ansible command (and don't require facts gathering).
|
|
|
|
| |
https://github.com/ansible/ansible/issues/14064
|
|
|
|
| |
Fixes #1643
|
| |
|
|
|
|
| |
default behavior is to append the `hostname/path/to/file`, not prepend as currently stated by the flat arg docs
|
|
|
|
|
|
| |
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.
|
| |
|
|
|