mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
* Clean up parameter handling and added check-mode support Changes include: - Remove trailing semi-colons - Replaced PSObjects into normal hashes - Make use of Get-AnsibleParam and types - Added check-mode support * Implemented -WhatIf:$check_mode support * powershell.ps1: Ensure Fail-Json() works with Hashtables Without this change a dictionary $result object would be emptied if it is anything but a PSCustomObject. Now we also support Hashtables. * Revert to original formatting