summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2012-08-14 10:46:16 -0400
committerTim Bielawa <tbielawa@redhat.com>2012-08-14 13:05:44 -0400
commit6d9e87372400f04594abf3c05b9d565cbc625db8 (patch)
tree2a536a3bcc5696d718d7f4f355ad38e99214739c /MANIFEST.in
parent7d50a5c2b7dd0f2d6fb1e993919365eaa7b128d9 (diff)
downloadansible-6d9e87372400f04594abf3c05b9d565cbc625db8.tar.gz
Add some docs/examples
Add a basic ansible-pull man page. Add the example playbooks/scripts to the RPM package. Closes #841
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 15d0a74b3c..cd7d324d70 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
include README.md packaging/rpm/ansible.spec COPYING
include examples/hosts
include examples/ansible.cfg
+graft examples/playbooks
include packaging/distutils/setup.py
recursive-include docs *
recursive-include library *