Skip to content

Commit

Permalink
Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Mofasser committed Jan 9, 2018
1 parent a7ed407 commit 7c9cf59
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions library/ibmim.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,65 +14,54 @@
short_description: Manage IBM Installation Manager packages
description:
- This module can Install, Uninstall and Update IBM Installation Manager packages on a supported Linux distribution.
- This module relies on 'imcl', the binary command line tool which manages IM packages. You may use this module to install Installation Manager itself.
- This module relies on 'imcl', the binary command line installed by the IM installer. You may use this module to install Installation Manager itself.
version_added: "1.9.4"
author: Amir Mofasser (@github)
requirements:
- IBM Installation Manager
- Installation files on remote server or local directory
options:
id:
required: false
description: The ID of the package which is to be installed
aliases:
- name
ibmim:
required: false
default: /opt/IBM/InstallationManager
description: Path to installation directory of Installation Manager
dest:
required: false
description: Path to destination installation directory
im_shared:
required: false
description: Path to Installation Manager shared resources folder
repositories:
required: false
description: A list of repositories to use. May be a path, URL or both.
type: list
aliases:
- repos
preferences:
required: false
type: list
description: Specify a preference value or a comma-delimited list of preference values to be used
properties:
required: false
type: list
description: Specify a preference value or a comma-delimited list of properties values to be used
state:
required: false
choices:
- present
- absent
- latest
default: present
description: Install a package with 'present'. Uninstall a package with 'absent'. Update all packages with 'latest'.
install_fixes:
required: false
choices:
- none
- recommended
- all
default: none
description: Install fixes if available in the repositories.
connect_passport_advantage:
required: false
default: false
type: bool
description: Append the PassportAdvantage repository to the repository list
log:
required: false
description: Specify a log file that records the result of Installation Manager operations.
'''

Expand Down

0 comments on commit 7c9cf59

Please sign in to comment.