From 22b45f2c060f192ed7352befccc87622348cbf33 Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Tue, 4 Jun 2019 09:45:49 -0400 Subject: [PATCH] Clarify description of 'state' in the package module (#57241) --- lib/ansible/modules/packaging/os/package.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/package.py b/lib/ansible/modules/packaging/os/package.py index baa87e5be29..73f268105f7 100644 --- a/lib/ansible/modules/packaging/os/package.py +++ b/lib/ansible/modules/packaging/os/package.py @@ -33,7 +33,8 @@ options: required: true state: description: - - Whether to install (C(present)), or remove (C(absent)) a package. Other states depend on the underlying package module, i.e C(latest). + - Whether to install (C(present)), or remove (C(absent)) a package. + - You can use other states like C(latest) ONLY if they are supported by the underlying package module(s) executed. required: true use: description: