mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
redhat_subcription module accepts id in the pool argument [#3898]
This commit is contained in:
parent
a2907c4d5c
commit
7063db64c2
1 changed files with 2 additions and 0 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue