Преглед на файлове

Merge pull request #9662 from ewolinetz/fix_subscribe_fail

Removing unnecessary fail task during rhel_subscribe
OpenShift Merge Robot преди 6 години
родител
ревизия
ffb85713ef
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  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