diff options
author | Petr OspalĂ˝ <p.ospaly@partner.samsung.com> | 2018-12-19 14:13:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-19 14:13:35 +0000 |
commit | 788be5eb73d8213a450050e149cfa34d670e4ffa (patch) | |
tree | 647893f16e00f1fed2b0bc296a36cb1d3f816434 /ansible/roles | |
parent | 1e1def01678e9eb25e5476b0122824ff7dacfe7e (diff) | |
parent | 885988bafdfb3a805cd18091b93a9ae416511171 (diff) |
Merge "Adding ansible helm role"
Diffstat (limited to 'ansible/roles')
-rw-r--r-- | ansible/roles/helm/tasks/main.yml | 7 |
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 |