]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Update common module boilerplate snippet
authorJimmy Tang <jtang@tchpc.tcd.ie>
Thu, 6 Mar 2014 19:55:46 +0000 (19:55 +0000)
committerJimmy Tang <jtang@tchpc.tcd.ie>
Tue, 11 Mar 2014 11:12:41 +0000 (11:12 +0000)
library/ceph_facts

index 45d6ea01aa9011137fb122da9d42dea15abc16e7..e5b46cfc9a0d7403c576fabec04c938f9c250261 100644 (file)
@@ -150,8 +150,6 @@ def main():
     data = run_ceph_facts(module)
     module.exit_json(**data)
 
-# this is magic, see lib/ansible/module_common.py
-#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
-
+from ansible.module_utils.basic import *
 main()