-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: working on adding checkmode and diff support for user * feat: added method to calculate diff for objects * chore: reverted small changes * fix: use existing values for diff if none are set to avoid changes in output, add tests * test: fix s3 key test * test: fix user test * chore: user return for check_mode for clarity * doc: added docs for check_mode and diff, fix typo, added to summary
- Loading branch information
1 parent
082cf96
commit 9009ac8
Showing
5 changed files
with
195 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
ansible-galaxy collection build . --force | ||
ansible-galaxy collection install ionoscloudsdk-ionoscloud-7.3.0.tar.gz --force | ||
rm ionoscloudsdk-ionoscloud-7.3.0.tar.gz | ||
ansible-galaxy collection install ionoscloudsdk-ionoscloud-7.4.1.tar.gz --force | ||
rm ionoscloudsdk-ionoscloud-7.4.1.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters