mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
If you're going to use urllib, you'd better import it
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user