updated to EG 1.3.2 version
[eliot.git] / blueprints / iotgateway / playbooks / roles / egallery-munomode-controller / tasks / uninstall.yml
index 75ca312..5e9641c 100644 (file)
     # yamllint disable rule:line-length
     cmd: ansible-playbook --inventory hosts-muno-controller  eg_controller_aio_uninstall.yml -e "ansible_user=root" >> muno_controller_remove.log
     # yamllint disable rule:line-length
-    chdir: /tmp/eg_download/deploy/EdgeGallery-v1.1.1-controller-x86/install
+    chdir: /tmp/eg_download/deploy/EdgeGallery-v1.3.2-controller-x86/install
   when: ansible_architecture == 'x86_64'
 
 - name: Remove edgegallery tar ball
   shell:
-    cmd: rm -rf EdgeGallery-v1.1.1-*
+    cmd: rm -rf EdgeGallery*
     chdir: /tmp/eg_download/deploy/
   when: ansible_architecture == 'x86_64'