Browse Source

Merge pull request #9662 from ewolinetz/fix_subscribe_fail

Removing unnecessary fail task during rhel_subscribe
OpenShift Merge Robot 6 years ago
parent
commit
ffb85713ef
1 changed files with 0 additions and 6 deletions
  1. 0 6
      roles/rhel_subscribe/tasks/main.yml

+ 0 - 6
roles/rhel_subscribe/tasks/main.yml

@@ -37,12 +37,6 @@
     - rhsub_ak is defined
     - rhsub_orgid is defined
 
-- fail:
-    msg: 'Unable to register host with Red Hat Subscription Manager'
-  when:
-    - "'not registered' in rh_subscribed.stdout"
-    - rh_subscription.failed
-
 - name: Determine if OpenShift Pool Already Attached
   command: "subscription-manager list --consumed --pool-only --matches '*OpenShift*'"
   register: openshift_pool_attached