summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2020-11-09 09:55:17 -0500
committerGitHub <noreply@github.com>2020-11-09 09:55:17 -0500
commit8eab113cb1c6a3fd67b88332b4091f24090598c5 (patch)
treec4adfc0c852b0e30f5a4cec9d4525ea1fcdfeb7b /MANIFEST.in
parent96ad5b799ecc135dc13da558f86902aff7658283 (diff)
downloadansible-8eab113cb1c6a3fd67b88332b4091f24090598c5.tar.gz
show keyword documentation in ansible-doc (#72476)
* show keyword documentation in ansible-doc Co-authored-by: Felix Fontein <felix@fontein.de>
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 1b421d00ce..c2862c3190 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -11,6 +11,7 @@ include examples/hosts
include examples/ansible.cfg
include examples/scripts/ConfigureRemotingForAnsible.ps1
include examples/scripts/upgrade_to_ps3.ps1
+include lib/ansible/keyword_desc.yml
recursive-include lib/ansible/executor/powershell *.ps1
recursive-include lib/ansible/module_utils/csharp *.cs
recursive-include lib/ansible/module_utils/powershell *.psm1