Browse Source

Removing unnecessary httplib2 install (#4708)

pull/4720/head
Manuel Cintron 5 years ago
committed by Kubernetes Prow Robot
parent
commit
d5c0829d61
1 changed files with 0 additions and 1 deletions
  1. 1
      roles/kubernetes/preinstall/defaults/main.yml

1
roles/kubernetes/preinstall/defaults/main.yml

@ -8,7 +8,6 @@ epel_enabled: false
dns_late: false
common_required_pkgs:
- python-httplib2
- "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1', 'openssl') }}"
- curl
- rsync

Loading…
Cancel
Save