From d2c739e9e7ca70cb9523e185a0438e38ebb667f4 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 23 Jan 2019 01:48:38 +0100 Subject: [PATCH] A few small cosmetic changes --- lib/ansible/modules/packaging/os/pkg5.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/packaging/os/pkg5.py b/lib/ansible/modules/packaging/os/pkg5.py index 8bdd2ffbdc2..1ec075950ff 100644 --- a/lib/ansible/modules/packaging/os/pkg5.py +++ b/lib/ansible/modules/packaging/os/pkg5.py @@ -17,7 +17,7 @@ module: pkg5 author: - Peter Oliver (@mavit) short_description: Manages packages with the Solaris 11 Image Packaging System -version_added: 1.9 +version_added: '1.9' description: - IPS packages are the native packages in Solaris 11 and higher. notes: @@ -37,19 +37,19 @@ options: description: - Accept any licences. type: bool - default: 'no' + default: no aliases: [ accept, accept_licences ] be_name: description: - - creates a new boot environment with the given name + - Creates a new boot environment with the given name. version_added: "2.8" type: str refresh: description: - - refresh publishers before execution + - Refresh publishers before execution. version_added: "2.8" type: bool - default: 'yes' + default: yes ''' EXAMPLES = ''' - name: Install Vim