From 67321a60122c464dd438b6c92bee22adf4beaa6e Mon Sep 17 00:00:00 2001 From: Jeroen Hoekx Date: Mon, 5 Nov 2012 15:23:04 +0100 Subject: [PATCH] Add ansible.runner.filter_plugins package to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d6baeb1f7bf..dd2d085633b 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ setup(name='ansible', 'ansible.runner.lookup_plugins', 'ansible.runner.connection_plugins', 'ansible.runner.action_plugins', + 'ansible.runner.filter_plugins', 'ansible.callback_plugins', ], scripts=[