Jordan Borean
5228133d74
Ansible.Basic - fix when deserialising a json string of an array ( #55691 )
...
* Ansible.Basic - fix when deserialising a json string of an array
* Added changelog fragment
2019-05-01 11:08:23 +10:00
Jordan Borean
b13fa0d408
Ansible.Basic - event log perm fix and no_log improv ( #54699 )
...
* Ansible.Basic - event log perm fix and no_log improv
* Still log other failures
2019-04-03 06:49:43 +10:00
Jordan Borean
3044326b4d
win basic - do not warn on case insensitive matches ( #54371 )
2019-03-26 10:54:33 +10:00
Jordan Borean
13f8f1481f
Ansible.Basic - Support a delegate type for option elements key ( #52951 )
2019-02-26 08:14:10 +10:00
Sam Doran
f52a088862
Add option to ignore, warn, or error when a module parameter is converted to a string ( #51404 )
...
* Add new module property to Windows modules
* Add brief pause to file tests to ensure the stat times are not equal, which was happening sometimes.
* Raise TypeError on error rather than fail_json()
* Rework error message to be less verbose
* Add porting guide entry
2019-02-22 16:44:32 -05:00
Jordan Borean
de118734e9
Ansible.Basic - add required_by to module spec ( #51407 )
...
* Ansible.Basic - add required_by to module spec
* fix typo in docs
2019-02-15 13:00:25 +10:00
Jordan Borean
7b8e814a10
Ansible.Basic: make module options case insensitive with dep warning ( #51583 )
...
* Ansible.Basic: make module options case insensitive with dep warning
* Add porting guide info
2019-02-13 21:55:43 -05:00
Jordan Borean
a259b810ad
Ansible.Basic - make choices validate case insensitive ( #51203 )
...
* Ansible.Basic - make choices validate case insensitive
* fix win_certificate_store tests
2019-01-29 05:42:01 +10:00
Jordan Borean
098b18e846
win basic - fix issue when serializing PSObjects in result ( #48860 )
2018-11-28 12:17:49 +10:00
Jordan Borean
e62edfc796
Ansible.Basic - fix deprecate return value ( #48908 )
2018-11-20 09:26:16 +10:00
Jordan Borean
fd4b282f6f
Ansible.Basic.cs - fix check mode run with nested spec ( #48838 )
2018-11-17 18:15:36 +10:00
Jordan Borean
4fc013a7fa
powershell - fix async for Ansible.Basic ( #48404 )
...
* powershell - fix async for Ansible.Basic
* moved old out outside of the try block
2018-11-13 12:08:27 -08:00
Jordan Borean
501acae5ab
Added basic equivalent to PowerShell modules ( #44705 )
...
* Added basic equivalent to PowerShell modules
* changes based on latest review
* Added tests
* ignore sanity test due to how tests are set up
* Changes to work with PSCore
* Added documentation and change updated more modules
* Add some speed optimisations to AddType
* fix some issues in the doc changes
* doc changes
2018-11-07 10:53:17 +10:00