Call main in conditional way - databases
This commit is contained in:
parent
21bd86ef1d
commit
8855b3274c
1 changed files with 3 additions and 1 deletions
|
@ -657,4 +657,6 @@ def main():
|
|||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
from ansible.module_utils.database import *
|
||||
main()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue