From a58372d4fe846b7dab5dbd1aa9baebc42e86c629 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Tue, 1 May 2018 10:14:23 -0400 Subject: [PATCH] common: Force register with RHSM Fixes: https://tracker.ceph.com/issues/23954 See also: https://bugzilla.redhat.com/show_bug.cgi?id=1510658 Signed-off-by: David Galloway --- roles/common/tasks/rhel-entitlements.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/rhel-entitlements.yml b/roles/common/tasks/rhel-entitlements.yml index ea4b057..3a5798f 100644 --- a/roles/common/tasks/rhel-entitlements.yml +++ b/roles/common/tasks/rhel-entitlements.yml @@ -40,6 +40,7 @@ command: subscription-manager register --activationkey={{ subscription_manager_activationkey }} --org={{ subscription_manager_org }} + --force no_log: true when: rhsm_registered == false and have_entitlements == true register: entitled -- 2.39.5