diff --git a/src/subscription_manager/managercli.py b/src/subscription_manager/managercli.py index 6dbc2f3..8e96300 100644 --- a/src/subscription_manager/managercli.py +++ b/src/subscription_manager/managercli.py @@ -784,6 +784,8 @@ class RegisterCommand(UserPassCommand): # Facts and installed products went out with the registration request, # manually write caches to disk: self.facts.write_cache() + if self.options.consumerid: + self.facts.update_check(self.cp, self.options.consumerid, force=True) self.installed_mgr.write_cache() cert_file = ConsumerIdentity.certpath()