diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2022-04-27 15:46:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 15:46:52 +0200 |
commit | b439e41a915ccec0ccbabecc966919ea406db74e (patch) | |
tree | bf8f135022a43bd8e61b8a2206531a76404e62c3 /MANIFEST.in | |
parent | trim down to use sanity test docs requirements file (#77612) (diff) | |
download | ansible-b439e41a915ccec0ccbabecc966919ea406db74e.tar.xz ansible-b439e41a915ccec0ccbabecc966919ea406db74e.zip |
expand ansible-doc coverage (#74963)
* Expand ansible-doc to tests/filters and fix existing issues
enable filter/test docs if in single file or companion yaml
add docs for several filters/tests plugins
allow .yml companion for docs for other plugins, must be colocated
verify plugins are valid (not modules, cannot)
fix 'per collection' filtering
limit old style deprecation (_ prefix) to builtin/legacy
start move to pathlib for saner path handling
moved some funcitons, kept backwards compat shims with deprecation notice
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Sandra McCann <samccann@redhat.com>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index c0ec52a494..294aa822b1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -24,6 +24,9 @@ recursive-include lib/ansible/module_utils/powershell *.psm1 recursive-include lib/ansible/modules/windows *.ps1 recursive-include lib/ansible/galaxy/data *.yml *.j2 README.md ansible.cfg inventory .git_keep recursive-include lib/ansible/config *.yml +recursive-include lib/ansible/modules *.yml +recursive-include lib/ansible/plugins/test *.yml +recursive-include lib/ansible/plugins/filter *.yml recursive-include licenses *.txt recursive-include packaging * recursive-include test/ansible_test *.py Makefile |