X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fegallery-munomode-edge%2Ftasks%2Funinstall.yml;fp=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fegallery-munomode-edge%2Ftasks%2Funinstall.yml;h=694181f1100f3f5c7a946350b9355b3912fc7bbe;hb=875c217ea655eb3bce7d33292d65b0a2103f8c17;hp=71274da6d098cfcd5fad96ba348192e6104b3019;hpb=434326c60fb0434bda587102b4746173fe425dea;p=eliot.git diff --git a/blueprints/iotgateway/playbooks/roles/egallery-munomode-edge/tasks/uninstall.yml b/blueprints/iotgateway/playbooks/roles/egallery-munomode-edge/tasks/uninstall.yml index 71274da..694181f 100644 --- a/blueprints/iotgateway/playbooks/roles/egallery-munomode-edge/tasks/uninstall.yml +++ b/blueprints/iotgateway/playbooks/roles/egallery-munomode-edge/tasks/uninstall.yml @@ -20,11 +20,11 @@ # yamllint disable rule:line-length cmd: ansible-playbook --inventory hosts-muno-edge eg_edge_aio_uninstall.yml -e "ansible_user=root" >> muno_edge_remove.log # yamllint disable rule:line-length - chdir: /tmp/eg_download/deploy/EdgeGallery-v1.1.1-edge-x86/install - when: ansible_architecture == 'x86_64' + chdir: /tmp/eg_download/deploy/EdgeGallery-v1.3.2-edge-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'