E325 Removal - Part II (#49196)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2018-11-28 13:55:52 +05:30
committed by GitHub
parent 991a9dfa12
commit bc3e7bbeba
109 changed files with 208 additions and 179 deletions

View File

@@ -70,6 +70,7 @@ options:
- Rewrite the shebang line on installed scripts to use /usr/bin/env.
required: false
default: "no"
type: bool
version_added: "2.2"
version:
description:
@@ -80,12 +81,14 @@ options:
- Allow installation of pre-release versions of the gem.
required: false
default: "no"
type: bool
version_added: "1.6"
include_doc:
description:
- Install with or without docs.
required: false
default: "no"
type: bool
version_added: "2.0"
build_flags:
description:

View File

@@ -50,6 +50,7 @@ options:
- If you want to refresh your catalog from the mirror, set this to (C(yes)).
required: false
default: False
type: bool
version_added: "2.1"
'''

View File

@@ -50,12 +50,14 @@ options:
update:
description:
- Updates the OS to the latest version.
type: bool
url:
description:
- Overrides both I(contenturl) and I(versionurl).
verify:
description:
- Verify content for OS version.
type: bool
versionurl:
description:
- URL for version string download.