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:
Daniel Andrei Mincă 2017-02-06 11:50:44 +02:00 committed by John R Barker
parent 6de1f22c15
commit 62434d9955

View file

@ -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"