summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr OspalĂ˝ <p.ospaly@partner.samsung.com>2018-12-19 14:13:35 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-19 14:13:35 +0000
commit788be5eb73d8213a450050e149cfa34d670e4ffa (patch)
tree647893f16e00f1fed2b0bc296a36cb1d3f816434
parent1e1def01678e9eb25e5476b0122824ff7dacfe7e (diff)
parent885988bafdfb3a805cd18091b93a9ae416511171 (diff)
Merge "Adding ansible helm role"
-rw-r--r--ansible/roles/helm/tasks/main.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ansible/roles/helm/tasks/main.yml b/ansible/roles/helm/tasks/main.yml
new file mode 100644
index 00000000..2521ad28
--- /dev/null
+++ b/ansible/roles/helm/tasks/main.yml
@@ -0,0 +1,7 @@
+---
+- name: Install Helm
+ copy:
+ src: "{{ app_data_path }}/downloads/helm"
+ dest: "{{ helm_bin_dir }}"
+ remote_src: true
+ mode: 0755