Skip to content

Commit

Permalink
doc: added docs for check_mode and diff, fix typo, added to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
rmocanu-ionos committed Aug 27, 2024
1 parent d30fc60 commit d70a0d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
* [Ansible Playbooks](usage/ansibleplaybooks.md)
* [Wait for Services](usage/waitforservices.md)
* [Incrementing servers](usage/incrementingservers.md)
* [Check Mode and Diff](usage/check_mode_and_diff.md)
* [SSH Key Authentication](usage/sshkeyauthentication.md)
* [Return values](usage/returnvalues.md)
* [Testing](usage/testing.md)
* [Declarative Changes](usage/declarative_changes.md)

## Tutorials
* [Tutorials introduction](tutorials/README.md)
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/common_ionos_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def calculate_object_diff(self, existing_object, clients):
clients: authenticated ionoscloud clients list.
Returns:
dict, a dict with 2 keys: 'before' and 'after' which should only the attributes watched by ansible in their states
dict, a dict with 2 keys: 'before' and 'after' which compares only the attributes watched by ansible in their states
"""
pass

Expand Down

0 comments on commit d70a0d3

Please sign in to comment.