diff --git a/lib/ansible/modules/packaging/os/yum.py b/lib/ansible/modules/packaging/os/yum.py index c1333ea8c6f..880b797f8f2 100644 --- a/lib/ansible/modules/packaging/os/yum.py +++ b/lib/ansible/modules/packaging/os/yum.py @@ -47,8 +47,9 @@ options: version_added: "2.0" list: description: - - "Package name to run the equivalent of yum list against. In addition to listing packages, + - "Package name to run the equivalent of yum list --show-duplicates against. In addition to listing packages, use can also list the following: C(installed), C(updates), C(available) and C(repos)." + - This parameter is mutually exclusive with C(name). state: description: - Whether to install (C(present) or C(installed), C(latest)), or remove (C(absent) or C(removed)) a package.