mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Merge pull request #1569 from dagwieers/svr4pkg-doc-fix
Documentation of svr4pkg module breaks 'make rpm'
This commit is contained in:
commit
35d841f780
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ options:
|
||||||
src:
|
src:
|
||||||
description:
|
description:
|
||||||
- Specifies the location to install the package from. Required when C(state=present).
|
- Specifies the location to install the package from. Required when C(state=present).
|
||||||
- Can be any path acceptable to the C(pkgadd) command's C(-d) option. e.g.: C(somefile.pkg), C(/dir/with/pkgs), C(http:/server/mypkgs.pkg).
|
- "Can be any path acceptable to the C(pkgadd) command's C(-d) option. e.g.: C(somefile.pkg), C(/dir/with/pkgs), C(http:/server/mypkgs.pkg)."
|
||||||
- If using a file or directory, they must already be accessible by the host. See the I(copy) module for a way to get them there.
|
- If using a file or directory, they must already be accessible by the host. See the I(copy) module for a way to get them there.
|
||||||
proxy:
|
proxy:
|
||||||
description:
|
description:
|
||||||
|
@ -57,7 +57,7 @@ options:
|
||||||
examples:
|
examples:
|
||||||
- code: svr4pkg name=CSWcommon src=/tmp/cswpkgs.pkg state=present
|
- code: svr4pkg name=CSWcommon src=/tmp/cswpkgs.pkg state=present
|
||||||
description: Install a package from an already copied file
|
description: Install a package from an already copied file
|
||||||
- code: svr4pkg name=CSWpkgutil src=http://get.opencsw.org/now state=present
|
- code: 'svr4pkg name=CSWpkgutil src=http://get.opencsw.org/now state=present'
|
||||||
description: Install a package directly from an http site
|
description: Install a package directly from an http site
|
||||||
- code: svr4pkg name=SUNWgnome-sound-recorder state=absent
|
- code: svr4pkg name=SUNWgnome-sound-recorder state=absent
|
||||||
description: Ensure that a package is not installed.
|
description: Ensure that a package is not installed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue