Browse Source

Remove shell environment lookup

Tomas Sedovic 7 years ago
parent
commit
bd2335ff81
1 changed files with 2 additions and 2 deletions
  1. 2 2
      playbooks/openstack/openshift-cluster/provision.yml

+ 2 - 2
playbooks/openstack/openshift-cluster/provision.yml

@@ -54,8 +54,8 @@
   - role: rhel_subscribe
     when:
     - ansible_distribution == "RedHat"
-    - lookup('env', 'rhel_subscription_user') | default(rhsub_user | default(False, True), True)
-    - lookup('env', 'rhel_subscription_pass') | default(rhsub_pass | default(False, True), True)
+    - rhsub_user | default(False)
+    - rhsub_pass | default(False)
 
   tasks:
   - name: Install dependencies