This commit is contained in:
2023-12-31 07:39:01 +00:00
parent f2575772ec
commit eaf6ffdbef
14 changed files with 619 additions and 287 deletions

View File

@@ -223,7 +223,8 @@ def run_module():
# use whatever logic you need to determine whether or not this module
# made any modifications to your target
if dArgs['action'] in ['status', '']:
# build run test chroot unchroot status clean kernel shrink
if oargs.action in ['status', '']:
result['changed'] = False
else:
result['changed'] = True