mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Fix for swupd documentation
This commit is contained in:
parent
bc432b4001
commit
1434d5f11f
1 changed files with 3 additions and 3 deletions
|
@ -44,9 +44,9 @@ options:
|
||||||
description:
|
description:
|
||||||
- Indicates the desired bundle state. C(present) ensures the bundle
|
- Indicates the desired bundle state. C(present) ensures the bundle
|
||||||
is installed while C(absent) ensures the bundle is not installed.
|
is installed while C(absent) ensures the bundle is not installed.
|
||||||
required: false
|
required: false
|
||||||
default: present
|
default: present
|
||||||
choices: ["present", "absent"]
|
choices: ["present", "absent"]
|
||||||
update:
|
update:
|
||||||
description:
|
description:
|
||||||
- Updates the OS to the latest version
|
- Updates the OS to the latest version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue