From 203e05ef08b2f9e19b11c2b5e740dbb999e344a9 Mon Sep 17 00:00:00 2001 From: Jimmy Tang Date: Thu, 6 Mar 2014 19:55:46 +0000 Subject: [PATCH] Update common module boilerplate snippet --- library/ceph_facts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/ceph_facts b/library/ceph_facts index 45d6ea01a..e5b46cfc9 100644 --- a/library/ceph_facts +++ b/library/ceph_facts @@ -150,8 +150,6 @@ def main(): data = run_ceph_facts(module) module.exit_json(**data) -# this is magic, see lib/ansible/module_common.py -#<> - +from ansible.module_utils.basic import * main() -- 2.39.5