Updated proxy usage and attributes
diff --git a/tasks/install-online.yml b/tasks/install-online.yml
index 879a3c4..86dd471 100644
--- a/tasks/install-online.yml
+++ b/tasks/install-online.yml
@@ -50,7 +50,7 @@
 #    when: (https_proxy is not defined or https_proxy | trim == '') and (http_proxy is not defined or http_proxy | trim == '')
 
   - include_tasks: online/install-bootstrap-with-proxy.yml
-    when: https_proxy is defined and https_proxy | trim != '' and http_proxy is defined and http_proxy | trim != ''
+#    when: https_proxy is defined and https_proxy | trim != '' and http_proxy is defined and http_proxy | trim != ''
 
   rescue:
     - name: Yum failed to update, let's clean yum
@@ -60,5 +60,5 @@
 #      when: (https_proxy is not defined or https_proxy | trim == '') and (http_proxy is not defined or http_proxy | trim == '')
 
     - include_tasks: online/install-bootstrap-with-proxy.yml
-      when: https_proxy is defined and https_proxy | trim != '' and http_proxy is defined and http_proxy | trim != ''
+#      when: https_proxy is defined and https_proxy | trim != '' and http_proxy is defined and http_proxy | trim != ''
   become: yes