]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
common: Force register with RHSM 398/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 1 May 2018 14:14:23 +0000 (10:14 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 1 May 2018 14:14:23 +0000 (10:14 -0400)
Fixes: https://tracker.ceph.com/issues/23954
See also: https://bugzilla.redhat.com/show_bug.cgi?id=1510658

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/common/tasks/rhel-entitlements.yml

index ea4b057694cdae5c90563225e7f0d65c2b5df39a..3a5798f0557dc3c7cd5e039600443ad343b54045 100644 (file)
@@ -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