diff options
author | James Tanner <tanner.jc@gmail.com> | 2014-02-27 13:29:15 -0500 |
---|---|---|
committer | James Tanner <tanner.jc@gmail.com> | 2014-02-27 13:29:15 -0500 |
commit | 122a7021bc0af079bc065e0314828fdcfd112f44 (patch) | |
tree | abfd2ac9fd3ab9ae067f02a2702f7cb069ac4863 | |
parent | 3f43fa529d9f37211472d307c6a3a6e5ab667886 (diff) | |
download | ansible-122a7021bc0af079bc065e0314828fdcfd112f44.tar.gz |
remove install_repoquery docstring
-rw-r--r-- | library/packaging/yum | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/library/packaging/yum b/library/packaging/yum index fbca078bff..211ae7cf8a 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 ] |