porting guide - move win_dsc changes to proper section (#54372)

pull/54376/head
Jordan Borean 6 years ago committed by GitHub
parent 3044326b4d
commit b98e94df8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
=======

Loading…
Cancel
Save