Upstream subscription name change causing activation key playbook to fail
When the upstream sub name change it activate this part in the code
- fail:
msg: Failed to find the Subscription ID for "\"{{ key_subscription.name }}\"
when: (subscription_id_output.stdout == "")
Which will fail because the sub name variable and the upstream sub name must match.