Explorar o código

Make rhel_subscribe role able to subscribe for OSE 3.2

Lénaïc Huard %!s(int64=9) %!d(string=hai) anos
pai
achega
afa27b934c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/rhel_subscribe/tasks/enterprise.yml

+ 1 - 1
roles/rhel_subscribe/tasks/enterprise.yml

@@ -16,7 +16,7 @@
 - fail:
     msg: "{{ ose_version }} is not a valid version for {{ deployment_type }} deployment type"
   when: ( deployment_type == 'enterprise' and ose_version not in ['3.0'] ) or
-        ( deployment_type in ['atomic-enterprise', 'openshift-enterprise'] and ose_version not in ['3.1'] )
+        ( deployment_type in ['atomic-enterprise', 'openshift-enterprise'] and ose_version not in ['3.1', '3.2'] )
 
 - name: Enable RHEL repositories
   command: subscription-manager repos \