mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Make main() only run when invoked as a script (style cleanup)
This commit is contained in:
committed by
Matt Clay
parent
314843b431
commit
7b1704640e
@@ -1776,4 +1776,5 @@ def main():
|
||||
|
||||
# import module bits
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user