summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-06-17 12:30:34 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2014-06-17 12:30:34 -0500
commit627ff30a6fc141777487aa61a4c8f196e290f375 (patch)
tree5c80b5b15cefd698bc57408b3000342171b6bec5 /MANIFEST.in
parent9c7ea82ad2abd829e772eeeaed83721e4f04f49b (diff)
downloadansible-627ff30a6fc141777487aa61a4c8f196e290f375.tar.gz
Add module replacer capability for powershell files.
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 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