Add workaround for lack of idempotence in rhsm_subscription
There appears to be a bug in the rhsm_subscription module that causes it to not be idempotent, upstream bug report: https://github.com/ansible/ansible/issues/57472 As a workaround, check subscription status manually before module is called and skip if already subscribed.
Please register or sign in to comment