1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

sys.exit removal for system/capabilities.py

This commit is contained in:
Matt Martz 2015-10-05 13:24:25 -05:00 committed by Matt Clay
parent a87cf4967e
commit 803d9695e0

View file

@ -180,7 +180,6 @@ def main():
CapabilitiesModule(module)
sys.exit(0)
# import module snippets
from ansible.module_utils.basic import *