syspatch – Manage OpenBSD system patches¶
New in version 2.9.
Parameters¶
| Parameter | Choices/Defaults | Comments | 
|---|---|---|
| apply 
                    -
                                                                 | Default: "no" | Apply all available system patches | 
| revert 
                    string
                                                                 | 
 | Revert system patches | 
Examples¶
- name: Apply all available system patches
  syspatch:
    apply: true
- name: Revert last patch
  syspatch:
    revert: one
- name: Revert all patches
  syspatch:
    revert: all
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Andrew Klaus (@precurse)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
