diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2014-06-17 19:30:34 +0200 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2014-06-17 19:30:34 +0200 |
commit | 627ff30a6fc141777487aa61a4c8f196e290f375 (patch) | |
tree | 5c80b5b15cefd698bc57408b3000342171b6bec5 /MANIFEST.in | |
parent | Merge pull request #7802 from victorcoder/devel (diff) | |
download | ansible-627ff30a6fc141777487aa61a4c8f196e290f375.tar.xz ansible-627ff30a6fc141777487aa61a4c8f196e290f375.zip |
Add module replacer capability for powershell files.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index cd7d324d70..904c89f9db 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ include examples/hosts include examples/ansible.cfg graft examples/playbooks include packaging/distutils/setup.py +include lib/ansible/module_common/*.ps1 recursive-include docs * recursive-include library * include Makefile |