diff --git a/MANIFEST.in b/MANIFEST.in index 5e899217..898efefa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,3 +3,5 @@ include *.py recursive-include bench *.conf recursive-include bench *.py recursive-include bench *.txt +recursive-include bench *.json +recursive-include bench/templates * diff --git a/bench/utils.py b/bench/utils.py index 6b1d40c3..1a2a2f80 100755 --- a/bench/utils.py +++ b/bench/utils.py @@ -792,3 +792,4 @@ def run_playbook(playbook_name, extra_vars=None, tag=None): args.extend(['-t', tag]) subprocess.check_call(args, cwd=os.path.join(os.path.dirname(bench.__path__[0]), 'playbooks')) + \ No newline at end of file