diff options
author | Frederic Lepied <flepied@redhat.com> | 2017-07-25 23:46:05 +0200 |
---|---|---|
committer | Jordan Borean <jborean93@gmail.com> | 2017-07-26 07:46:05 +1000 |
commit | 9f13951d1b46c7ad1b9a7f9a502cc75ef8a98708 (patch) | |
tree | 0e5d549b04e71d878d2b038bf5083869b7619abc | |
parent | 1c87721a865ab32d1da8b6ba7def0e2907fc908e (diff) | |
download | ansible-9f13951d1b46c7ad1b9a7f9a502cc75ef8a98708.tar.gz |
include .psm1 files in MANIFEST (#27286)
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 6272e02efd..918a1c03b8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,7 +7,7 @@ include .coveragerc include .yamllint include examples/hosts include examples/ansible.cfg -include lib/ansible/module_utils/powershell.ps1 +include lib/ansible/module_utils/powershell/*.psm1 recursive-include lib/ansible/modules * recursive-include lib/ansible/galaxy/data * recursive-include docs * |