If you're going to use urllib, you'd better import it
This commit is contained in:
parent
b54920ea8f
commit
fb9f1cfaf3
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ def main():
|
|||
# Mission complete
|
||||
module.exit_json(msg="OK")
|
||||
|
||||
#make sure urllib is available for do_notify_grove
|
||||
import urllib
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue