Browse Source

Revert "Fix syntax error caused by an extra paren"

The rhel_subscribe fixes will be done in a separate pull request.

This reverts commit e05e4d3d4fab4eaf462a23f5d5ee39fb57f4f0a0.
Tomas Sedovic 7 years ago
parent
commit
cbb252e64b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/rhel_subscribe/tasks/enterprise.yml

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

@@ -13,7 +13,7 @@
     msg: "{{ ose_version }} is not a valid version for {{ deployment_type }} deployment type"
   when:
     - deployment_type == 'openshift-enterprise'
-    - ose_version not in ['3.1', '3.2', '3.3', '3.4', '3.5', '3.6']
+    - ose_version not in ['3.1', '3.2', '3.3', '3.4', '3.5', '3.6'] )
 
 - name: Enable RHEL repositories
   command: subscription-manager repos \