This commit is contained in:
Alex_geth
2022-05-27 17:45:12 +03:00
parent f6b0da976b
commit e058925f9b
2 changed files with 3 additions and 0 deletions

View File

@@ -333,6 +333,8 @@ def main():
if subj.k8s_should_exist:
subj.result['facts'] = subj.package_facts(amodule.check_mode)
amodule.exit_json(**subj.result)
else:
amodule.exit_json(**subj.result)
if __name__ == "__main__":
main()