mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
porting guide - move win_dsc changes to proper section (#54372)
This commit is contained in:
@@ -217,8 +217,6 @@ add ``$ErrorActionPreference = "Continue"`` to the top of the module. This chang
|
||||
of the EAP that was accidentally removed in a previous release and ensure that modules are more resiliant to errors
|
||||
that may occur in execution.
|
||||
|
||||
The ``win_dsc`` module will now validate the input options for a DSC resource. In previous versions invalid options would be ignored but are now not.
|
||||
|
||||
Modules removed
|
||||
---------------
|
||||
|
||||
@@ -314,6 +312,9 @@ Noteworthy module changes
|
||||
|
||||
* The ``win_psexec`` has deprecated the undocumented ``extra_opts`` module option. This will be removed in Ansible 2.10.
|
||||
|
||||
* The ``win_dsc`` module will now validate the input options for a DSC resource. In previous versions invalid options
|
||||
would be ignored but are now not.
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user