Ansible-win_dsc
Ansible-win_dsc copied to clipboard
Fix check mode issue #20 (https://github.com/trondhindenes/Ansible-wi…
…n_dsc/issues/20)
- Based check mode evaluation on results of Get-AnsibleParams rather than a property of $params
- Slightly re-ordered opening block so that updated code is preceded by comment about params being a hashtable
- Removed conditional check that set the $CheckFlag variable
This has been manually tested against an Ansible 2.3 stable instance. Please let me know if there are specific tests you would like carried out ahead of any potential merge?
Thanks for this! I'm away from my computer atm, but I'll get this verified/merged as soon as I can.