mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
redhat_subcription module accepts id in the pool argument [#3898]
This commit is contained in:
committed by
Adrian Likins
parent
a2907c4d5c
commit
7063db64c2
@@ -472,6 +472,8 @@ class RhsmPools(object):
|
||||
for product in self.products:
|
||||
if r.search(product._name):
|
||||
yield product
|
||||
if r.search(product.PoolID):
|
||||
yield product
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user