Make module importable for unit tests
This commit is contained in:
parent
c3d15a56cf
commit
ef64423683
1 changed files with 2 additions and 1 deletions
|
@ -244,4 +244,5 @@ def main():
|
||||||
# import module snippets
|
# import module snippets
|
||||||
from ansible.module_utils.basic import *
|
from ansible.module_utils.basic import *
|
||||||
|
|
||||||
main()
|
if __name__ == '__main__':
|
||||||
|
main()
|
||||||
|
|
Loading…
Add table
Reference in a new issue