diff options
Diffstat (limited to 'deployment/noheat/cluster-rke/ansible/create.yml')
-rw-r--r-- | deployment/noheat/cluster-rke/ansible/create.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/noheat/cluster-rke/ansible/create.yml b/deployment/noheat/cluster-rke/ansible/create.yml index 329d6b84d..c2eca98dc 100644 --- a/deployment/noheat/cluster-rke/ansible/create.yml +++ b/deployment/noheat/cluster-rke/ansible/create.yml @@ -37,3 +37,7 @@ repo: "https://git.onap.org/oom" dest: "{{ oom_dir }}" version: "master" +- name: Install Helm + hosts: operator0 + roles: + - role: setup_helm |