From 4ddb181d7180a107a47ff23332173211fdf4a7c2 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sat, 21 Nov 2015 16:07:12 -0800 Subject: [PATCH] removed json import --- lib/ansible/modules/extras/system/puppet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/modules/extras/system/puppet.py b/lib/ansible/modules/extras/system/puppet.py index 48a497c37c..2cb82f8f85 100644 --- a/lib/ansible/modules/extras/system/puppet.py +++ b/lib/ansible/modules/extras/system/puppet.py @@ -15,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this software. If not, see . -import json import os import pipes import stat