swupd – Manages updates and bundles in ClearLinux systems¶
Synopsis¶
- Manages updates and bundles with the swupd bundle manager, which is used by the Clear Linux Project for Intel Architecture.
Parameters¶
Examples¶
- name: Update the OS to the latest version
  swupd:
    update: yes
- name: Installs the "foo" bundle
  swupd:
    name: foo
    state: present
- name: Removes the "foo" bundle
  swupd:
    name: foo
    state: absent
- name: Check integrity of filesystem
  swupd:
    verify: yes
- name: Downgrade OS to release 12920
  swupd:
    verify: yes
    manifest: 12920
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
| Key | Returned | Description | 
|---|---|---|
| stderr 
                  string
                                       | always | stderr of swupd | 
| stdout 
                  string
                                       | always | stdout of swupd | 
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- Alberto Murillo (@albertomurillo)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.
