summaryrefslogtreecommitdiff
path: root/system/ufw.py
diff options
context:
space:
mode:
Diffstat (limited to 'system/ufw.py')
-rw-r--r--system/ufw.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/ufw.py b/system/ufw.py
index 67eaba13..c0f48fca 100644
--- a/system/ufw.py
+++ b/system/ufw.py
@@ -329,4 +329,5 @@ def main():
# import module snippets
from ansible.module_utils.basic import *
-main()
+if __name__ == '__main__':
+ main()