Переглянути джерело

Removing unnecessary fail task

Eric Wolinetz 6 роки тому
батько
коміт
ae1e985158
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