Skip to content
Snippets Groups Projects
Commit 8281b98e authored by Smana's avatar Smana
Browse files

install kpm in order to deploy addons

parent 0e99cbb0
Branches
Tags
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