Merge pull request #1058 from sivel/xenserver-imports
Switch from old style replacer code to new style for ansible.module_utils.basic
This commit is contained in:
commit
d89ca8cc01
1 changed files with 1 additions and 2 deletions
|
@ -192,7 +192,6 @@ def main():
|
|||
|
||||
module.exit_json(ansible=data)
|
||||
|
||||
# this is magic, see lib/ansible/module_common.py
|
||||
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
|
||||
from ansible.module_utils.basic import *
|
||||
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue