Browse Source

Added support proxy to 'Install pip for bootstrap' (#3609)

pull/3621/head
Anton Patsev 6 years ago
committed by k8s-ci-robot
parent
commit
8c636f67af
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/bootstrap-os/tasks/bootstrap-centos.yml

1
roles/bootstrap-os/tasks/bootstrap-centos.yml

@ -27,3 +27,4 @@
yum:
name: python-pip
state: present
environment: "{{proxy_env}}"
Loading…
Cancel
Save