mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 09:24:01 -07:00
Add checkpoint_session module (#50930)
* Add checkpoint_session module * Add unit test * Fix pep8 * Rename Checkpoint for Check Point
This commit is contained in:
parent
2135ddf233
commit
ac61c99821
5 changed files with 188 additions and 3 deletions
|
@ -263,7 +263,7 @@ def main():
|
|||
elif code == 404:
|
||||
pass
|
||||
|
||||
result['checkpoint_sid'] = connection.get_sid()
|
||||
result['checkpoint_session_uid'] = connection.get_session_uid()
|
||||
module.exit_json(**result)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue