From cca4f94736f203261b1c3876e33f42d7dfd767e9 Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Thu, 21 Sep 2017 19:11:53 +0200 Subject: [PATCH] Mention all yum list options in docs (#30706) --- lib/ansible/modules/packaging/os/yum.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/packaging/os/yum.py b/lib/ansible/modules/packaging/os/yum.py index b6359e75780..bc1cacfea13 100644 --- a/lib/ansible/modules/packaging/os/yum.py +++ b/lib/ansible/modules/packaging/os/yum.py @@ -45,7 +45,8 @@ options: default: null list: description: - - Package name to run the equivalent of yum list against. + - "Package name to run the equivalent of yum list against. In addition to listing packages, + use can also list the following: C(installed), C(updates), C(available) and C(repos)." required: false default: null state: