From: David Galloway Date: Tue, 1 May 2018 14:14:23 +0000 (-0400) Subject: common: Force register with RHSM X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a58372d4fe846b7dab5dbd1aa9baebc42e86c629;p=ceph-cm-ansible.git 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 --- diff --git a/roles/common/tasks/rhel-entitlements.yml b/roles/common/tasks/rhel-entitlements.yml index ea4b0576..3a5798f0 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