New in version 2.7.
| Parameter | Choices/Defaults | Comments | 
|---|---|---|
| name  string / required  | The name of the feature to manage. Run  choco.exe feature listto get a list of features that can be managed. | |
| state  string  | 
 | When  disabledthen the feature will be disabled.When  enabledthen the feature will be enabled. | 
See also
- 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
   Hint
If you notice any issues in this documentation, you can edit this document to improve it.
    © 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
    https://docs.ansible.com/ansible/2.9/modules/win_chocolatey_feature_module.html