From 2c33f5a12b8fa97291147e7937d294951afc3ec9 Mon Sep 17 00:00:00 2001 From: sebastianneubauer Date: Tue, 12 Jan 2016 16:22:01 +0100 Subject: [PATCH] added galaxy data not tested, but something like this seems to be missing in the Manifest.in --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 64c5bf1fcba..a5e29c9a433 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