diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-09-08 18:51:58 +0200 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-09-08 18:51:58 +0200 |
commit | 1d7b493db3203cd4dbf145f9bbf44047cbdccf59 (patch) | |
tree | 0a8e2457da90f1ad58737cea1ef098d373505290 /MANIFEST.in | |
parent | Compatibility with six-1.3.0 (diff) | |
download | ansible-1d7b493db3203cd4dbf145f9bbf44047cbdccf59.tar.xz ansible-1d7b493db3203cd4dbf145f9bbf44047cbdccf59.zip |
Fix inclusion of the dynamic inventory scripts
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index b9bf5f4276..2195e5d311 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,7 +14,7 @@ include Makefile include VERSION include MANIFEST.in include contrib/README.md -include contrib/inventory * +recursive-include contrib/inventory * exclude lib/ansible/modules/core/.git* exclude lib/ansible/modules/extras/.git* prune lib/ansible/modules/core/.git |