|
|
@ -17,7 +17,7 @@ module: pkg5
|
|
|
|
author:
|
|
|
|
author:
|
|
|
|
- Peter Oliver (@mavit)
|
|
|
|
- Peter Oliver (@mavit)
|
|
|
|
short_description: Manages packages with the Solaris 11 Image Packaging System
|
|
|
|
short_description: Manages packages with the Solaris 11 Image Packaging System
|
|
|
|
version_added: 1.9
|
|
|
|
version_added: '1.9'
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- IPS packages are the native packages in Solaris 11 and higher.
|
|
|
|
- IPS packages are the native packages in Solaris 11 and higher.
|
|
|
|
notes:
|
|
|
|
notes:
|
|
|
@ -37,19 +37,19 @@ options:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Accept any licences.
|
|
|
|
- Accept any licences.
|
|
|
|
type: bool
|
|
|
|
type: bool
|
|
|
|
default: 'no'
|
|
|
|
default: no
|
|
|
|
aliases: [ accept, accept_licences ]
|
|
|
|
aliases: [ accept, accept_licences ]
|
|
|
|
be_name:
|
|
|
|
be_name:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- creates a new boot environment with the given name
|
|
|
|
- Creates a new boot environment with the given name.
|
|
|
|
version_added: "2.8"
|
|
|
|
version_added: "2.8"
|
|
|
|
type: str
|
|
|
|
type: str
|
|
|
|
refresh:
|
|
|
|
refresh:
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- refresh publishers before execution
|
|
|
|
- Refresh publishers before execution.
|
|
|
|
version_added: "2.8"
|
|
|
|
version_added: "2.8"
|
|
|
|
type: bool
|
|
|
|
type: bool
|
|
|
|
default: 'yes'
|
|
|
|
default: yes
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
EXAMPLES = '''
|
|
|
|
EXAMPLES = '''
|
|
|
|
- name: Install Vim
|
|
|
|
- name: Install Vim
|
|
|
|