Skip to content

Commit 7809d1f

Browse files
author
Power Cloud Robot
authored
Merge pull request #186 from Prajyot-Parab/update
make switch to classic infrastructure proxy conditional
2 parents d3f94d2 + 9de1e8f commit 7809d1f

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/powervs-nodes-config/tasks

1 file changed

+1
-1
lines changed

playbooks/roles/powervs-nodes-config/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
shell: |
2222
oc patch proxy/cluster --type merge --patch '{"spec":{"httpProxy": "{{ ibm_cloud_http_proxy }}", "httpsProxy": "{{ ibm_cloud_http_proxy }}", "noProxy": "{{ proxy.stdout }},{{ ibm_cloud_dl_endpoint_net_cidr }}" }}'
2323
run_once: true
24-
24+
when: ibm_cloud_http_proxy != ""

0 commit comments

Comments
 (0)