Merge pull request #291 from kubespray/install_pip_kpm
install kpm in order to deploy addonspull/293/head
commit
309d6a49b6
|
@ -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 @@
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue