From 1434d5f11fbfa18afdb2cbc9f46c282fb6717257 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 30 Jan 2017 11:58:53 -0800 Subject: [PATCH] Fix for swupd documentation --- lib/ansible/modules/packaging/os/swupd.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/packaging/os/swupd.py b/lib/ansible/modules/packaging/os/swupd.py index 002e0f5fb6..9dfd5571fe 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