1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-29 07:41:16 +03:00

redhat_subscription: fix sanity check (#5555)

* redhat_subscription: fix sanity check

* removed ignore lines
This commit is contained in:
Alexei Znamensky
2022-11-16 18:44:18 +13:00
committed by GitHub
parent 270dc133b3
commit 801e3d86ef
6 changed files with 1 additions and 6 deletions

View File

@ -264,7 +264,7 @@ RETURN = '''
subscribed_pool_ids:
description: List of pool IDs to which system is now subscribed
returned: success
type: complex
type: dict
sample: {
"8a85f9815ab905d3015ab928c7005de4": "1"
}