Skip to content
Snippets Groups Projects
Commit 309d6a49 authored by Smaine Kahlouch's avatar Smaine Kahlouch Committed by GitHub
Browse files

Merge pull request #291 from kubespray/install_pip_kpm

install kpm in order to deploy addons
parents 0e99cbb0 8281b98e
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
run_gitinfos: false run_gitinfos: false
common_required_pkgs: common_required_pkgs:
- python-pip
- python-httplib2 - python-httplib2
- openssl - openssl
- curl - curl
......
...@@ -106,4 +106,8 @@ ...@@ -106,4 +106,8 @@
mode: 0640 mode: 0640
when: cloud_provider is defined and cloud_provider == "openstack" when: cloud_provider is defined and cloud_provider == "openstack"
- name: Install kpm
pip:
name: "kpm"
- include: etchosts.yml - include: etchosts.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment