New in version 2.7.
Parameter | Choices/Defaults | Comments |
---|---|---|
name
string
/ required
|
The name of the feature to manage.
Run
choco.exe feature list to get a list of features that can be managed. |
|
state
string
|
|
When
disabled then the feature will be disabled.When
enabled then the feature will be enabled. |
See also
The official documentation on the win_chocolatey module.
The official documentation on the win_chocolatey_config module.
The official documentation on the win_chocolatey_facts module.
The official documentation on the win_chocolatey_source module.
- name: Disable file checksum matching
win_chocolatey_feature:
name: checksumFiles
state: disabled
- name: Stop Chocolatey on the first package failure
win_chocolatey_feature:
name: stopOnFirstPackageFailure
state: enabled
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]
Jordan Borean (@jborean93)
Hint
If you notice any issues in this documentation you can edit this document to improve it.