mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
update vague description of only_upgrade (#21050)
* the `only_update` param description was kinda vague:
* either install if not installed
* or upgrade if installed
* or both!?
* as a result, remove the "install" statement from this sentence
Resolves:
Related:
Signed-off-by: Daniel Andrei Minca <mandrei17@gmail.com>
This commit is contained in:
committed by
John R Barker
parent
6de1f22c15
commit
62434d9955
@@ -116,7 +116,7 @@ options:
|
||||
version_added: "2.1"
|
||||
only_upgrade:
|
||||
description:
|
||||
- Only install/upgrade a package if it is already installed.
|
||||
- Only upgrade a package if it is already installed.
|
||||
required: false
|
||||
default: false
|
||||
version_added: "2.1"
|
||||
|
||||
Reference in New Issue
Block a user