Merge pull request #112 from josephtate/devel
Importing urllib so that the grove module can use it standalone.
This commit is contained in:
commit
4b1184e3a1
1 changed files with 1 additions and 0 deletions
|
@ -96,4 +96,5 @@ def main():
|
|||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.urls import *
|
||||
main()
|
||||
|
|
Loading…
Add table
Reference in a new issue