diff --git a/lib/ansible/modules/packaging/os/swupd.py b/lib/ansible/modules/packaging/os/swupd.py index 002e0f5fb6b..9dfd5571fe1 100644 --- a/lib/ansible/modules/packaging/os/swupd.py +++ b/lib/ansible/modules/packaging/os/swupd.py @@ -44,9 +44,9 @@ options: description: - Indicates the desired bundle state. C(present) ensures the bundle is installed while C(absent) ensures the bundle is not installed. - required: false - default: present - choices: ["present", "absent"] + required: false + default: present + choices: ["present", "absent"] update: description: - Updates the OS to the latest version