Fix typo in helm plugins path 86/78486/1
authorMilan Verespej <m.verespej@partner.samsung.com>
Thu, 14 Feb 2019 13:15:38 +0000 (14:15 +0100)
committerMilan Verespej <m.verespej@partner.samsung.com>
Thu, 14 Feb 2019 13:18:04 +0000 (14:18 +0100)
Issue-ID: OOM-1638

Change-Id: I00607f4861d153dc73f9ce516d9bd3b9c490a9cc
Signed-off-by: Milan Verespej <m.verespej@partner.samsung.com>
ansible/roles/application-install/tasks/pre-install.yml

index f87ade3..bf6619b 100644 (file)
@@ -37,7 +37,7 @@
     - name: Install all helm plugins from {{ app_helm_plugins_directory }} dir
       copy:
         src: "{{ item.path }}"
-        dest: "{{ helm_home_dir.stdout }}"/plugins"
+        dest: "{{ helm_home_dir.stdout }}/plugins"
         directory_mode: yes
         mode: 0755
       with_items: "{{ list_of_plugins.files }}"