From 122a7021bc0af079bc065e0314828fdcfd112f44 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Thu, 27 Feb 2014 13:29:15 -0500 Subject: [PATCH] remove install_repoquery docstring --- library/packaging/yum | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/library/packaging/yum b/library/packaging/yum index fbca078bff1..211ae7cf8a3 100644 --- a/library/packaging/yum +++ b/library/packaging/yum @@ -95,18 +95,6 @@ options: choices: ["yes", "no"] aliases: [] - install_repoquery: - description: - - If repoquery is not available, install yum-utils. If the system is - registered to RHN or an RHN Satellite, repoquery allows for querying - all channels assigned to the system. repoquery is also required to - use the "list" parameter. - required: false - version_added: "1.5" - default: "yes" - choices: ["yes", "no"] - aliases: [] - notes: [] # informational: requirements for nodes requirements: [ yum, rpm ]