windows_hotfix_present
Ensure that a specific windows hotfix is present from the system.
⚙️ Compatible targets: Windows
Parameters
Name | Documentation |
---|---|
hotfix | Windows hotfix name (ex: KB4033369). This parameter is required. |
package_path | Windows hotfix package absolute path, can be a .msu archive or a .cab file. This parameter is required. |
Example
method: windows_hotfix_present
params:
hotfix: VALUE
package_path: VALUE
Documentation
Ensure that a specific windows hotfix is present from the system.