diff options
author | sebastianneubauer <sebineubauer@gmail.com> | 2016-01-12 16:22:01 +0100 |
---|---|---|
committer | sebastianneubauer <sebineubauer@gmail.com> | 2016-01-12 16:22:01 +0100 |
commit | 2c33f5a12b8fa97291147e7937d294951afc3ec9 (patch) | |
tree | 486c0d45ff426d2d729b1e2579582cfe5ede281f /MANIFEST.in | |
parent | f56c15e7e2a5059bc1d895c60a005815e4bcc140 (diff) | |
download | ansible-2c33f5a12b8fa97291147e7937d294951afc3ec9.tar.gz |
added galaxy data
not tested, but something like this seems to be missing in the Manifest.in
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 64c5bf1fcb..a5e29c9a43 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,6 +9,7 @@ include examples/hosts include examples/ansible.cfg include lib/ansible/module_utils/powershell.ps1 recursive-include lib/ansible/modules * +recursive-include lib/ansible/galaxy/data * recursive-include docs * recursive-include packaging * include Makefile |